vendor:
XRayCMS
by:
chap0
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: XRayCMS
Affected Version From: 1.1.1
Affected Version To: 1.1.1
Patch Exists: YES
Related CWE: N/A
CPE: 2.3:a:xraycms:xraycms:1.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: Ubuntu
2012
XRayCMS 1.1.1 SQL Injection Vulnerability
XRay CMS is vulnerable to a SQL Injection attack which allows authentication bypass into the admins account. If a malicious user supplies ' or 1=1# into the applications user name field they will be logged into the applications admin account.
Mitigation:
Change lines 20 and 21 of “login2.php” to: $user = mysql_real_escape_string($_POST['username']); $pass = mysql_real_escape_string($_POST['password']);