The login code has sql injection which enables anyone to login with any
account which exists at the system. This can be exploited by typing for
example:
admin' OR 'a'='a
to the username. After this it doesn't matter what password you insert. The
sql is evaluated to the format:
SELECT user_id FROM user WHERE username = 'admin' OR 'a'='a' AND
user_password = 'MD5sum of your password'
The bug is at auth_verify_login -function.
Because the sql injection was found at this simple place, you should do
full security related inspection to the code.
My e-mail address is: teme7931@huitsinnevada.info
Nobody/Anonymous ( nobody ) - 2008-03-06 14:39
9
Closed
None
Peter T.
Defects
None
Private
|
Date: 2008-07-10 07:24
|
|
Date: 2008-06-06 08:03
|
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2008-07-10 07:24 | peter_thal |
| close_date | - | 2008-07-10 07:24 | peter_thal |
| assigned_to | cryobean | 2008-07-10 07:18 | sca_gs |
| priority | 5 | 2008-06-06 08:03 | sca_gs |
| assigned_to | nobody | 2008-06-06 07:25 | sca_gs |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use