vendor:
ACG-ScriptShop
by:
Hussin X
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ACG-ScriptShop
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
ACG-ScriptShop (cid) Remote SQL Injection Vulnerability
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'cid' parameter to the '/Script/index.php' script. A remote attacker can send a specially crafted request to the vulnerable script and execute arbitrary SQL commands in the application's database, potentially allowing the attacker to bypass authentication, access, modify or delete data, or exploit other vulnerabilities in the underlying database or operating system.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL commands that are passed to the database.