FlexCustomer <= 0.0.4 sql injection

2006.05.10
Risk: Medium
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

FlexCustomer <= 0.0.4 sql injection Discovered by: Nomenumbra Date: 6/4/2006 impact:high (privilege escalation,defacement) FlexCustomer versions 0.0.4 and below are vulnerable to and SQL injection in the common user and admin-panel login as follows (it really is SQL-injection 101 you know....): a' or '1' = '1 The piece of vulnerable code is: if (!empty($logincheck)){ $sql = "select username,adminid from useradmin where username='$checkuser' and password='$checkpass'"; $results = $db->select($sql); Doing no sanitizing whatsoever. Signing off, Nomenumbra/[0x4F4C]


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