Lucene search
K

XRayCMS 1.1.1 SQL Injection

🗓️ 07 Feb 2012 00:00:00Reported by chap0Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 32 Views

XRayCMS 1.1.1 SQL Injection Vulnerability allows authentication bypass into admin account. Vendor did not respond to the reported issue

Code
`# Exploit Title: XRayCMS 1.1.1 SQL Injection Vulnerability  
# Date: 2/5/2012  
# Author: chap0  
# Software Link: http://sourceforge.net/projects/xraycms/files/latest/download  
# Version: 1.1.1  
# Tested on: Ubuntu  
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.  
Jan 29, 2012 – Contacted Vendor No Response  
Feb 05, 2012 – Public Disclosure  
Since the vendor did not reply we attempted to create our own  
fixes for this issue. The vulnerability exist in “login2.php”  
on lines 20 and 21.  
17 if(!isset($_POST['username'])) header("Location: login.php?error_username");  
18 if(!isset($_POST['password'])) header("Location: login.php?error_password");  
19  
20 $user = $_POST['username'];  
21 $pass = $_POST['password'];  
If the lines 20 and 21 are changed to:  
$user = mysql_real_escape_string($_POST['username']);  
$pass = mysql_real_escape_string($_POST['password']);  
This will prevent the sql injection from happening in the user name field.  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

07 Feb 2012 00:00Current
0.2Low risk
Vulners AI Score0.2
32