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

EDB-ID:

32143




Platform:

PHP

Date:

2008-08-04


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