Keld PHP-MySQL News Script 0.7.1 - 'login.php' SQL Injection

Related Vulnerabilities: CVE-2008-3582  
Publish Date: 04 Aug 2008
                source: http://www.securityfocus.com/bid/30529/info

Keld PHP-MySQL News Script 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.

Keld PHP-MySQL News Script 0.7.1 is vulnerable; other versions may also be affected. 

The following proofs of concept are available:

A. admin' OR 1=1/*
B. fdfds' OR 1=1 limit x/*
C.' AND 1=2 union select 1,2/*