vendor:
Clan Script
by:
Stack-Terrorist
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Clan Script
Affected Version From: 1.5.x
Affected Version To: 1.5.x
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
2009
Battle.net Clan Script <= 1.5.x - Remote SQL Inj Exploit
Battle.net Clan Script version 1.5.x is vulnerable to a remote SQL injection vulnerability. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'showmember' parameter of the 'members' page. An attacker can exploit this vulnerability to execute arbitrary SQL commands in the application's back-end database, allowing them to access or modify sensitive data.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL commands. Additionally, parameterized queries should be used to prevent SQL injection attacks.