vendor:
phpCollegeExchange
by:
Salvatore Fresta aka Drosophila
7.5
CVSS
HIGH
Multiple SQL Injection
89
CWE
Product Name: phpCollegeExchange
Affected Version From: 0.1.5c
Affected Version To:
Patch Exists: NO
Related CWE:
CPE: a:phpcollegeex:phpcollegeexchange:0.1.5c
Platforms Tested:
2009
phpCollegeExchange 0.1.5c Multiple SQL Injection Vulnerabilities
This application is affected by many SQL Injection security flaws. In order to exploit them, the Magic Quotes GPG (php.ini) must be Off. The vulnerable files include functions.php and searchend.php. In functions.php, there is an authentication bypass vulnerability that allows a guest to bypass the authentication process. In searchend.php, there are multiple SQL injection vulnerabilities that allow a guest to view reserved information stored in the database.
Mitigation:
Enable Magic Quotes GPG (php.ini) to prevent SQL injection vulnerabilities. Update to a non-vulnerable version.