Ilch CMS 1.1 - 'HTTP_X_FORWARDED_FOR' SQL Injection



EKU-ID: 37674 CVE: OSVDB-105816 OSVDB-ID:
Author: Gizmore Published: 2009-02-06 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


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)) /*