|
Cool Cafe SQL Injection and Disclosure of Sensitive Information |
|
|
|
|
Sunday, 19 June 2005 |
Donnie Werner has reported two vulnerabilities in Cool Cafe, which can be exploited by malicious people to conduct SQL injection attacks and disclose sensitive information.
1) Input passed to the password field when logging in isnt properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
2) Input passed to the "nickname" parameter in modifyUser.php isnt properly verified before being used. This can be exploited to disclose the password and mail address for arbitrary users.
The vulnerabilities have been reported in version 1.2.1. Other versions may also be affected.
Solution:
Edit the source code to ensure that input is properly sanitised and verified.
Provided and/or discovered by:
Donnie Werner, exploitlabs
Original Advisory:
http://exploitlabs.com/files/advisories/EXPL-A-2005-009-coolcafe.txt
============================================== |