Ilch CMS 1.1 - 'HTTP_X_FORWARDED_FOR' SQL Injection

EDB-ID:

32779

CVE:



Author:

Gizmore

Type:

webapps


Platform:

PHP

Date:

2009-02-06


source: https://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)) /*