vendor:
Easy-Clanpage
by:
Easy Laster
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Easy-Clanpage
Affected Version From: 2.01
Affected Version To: 2.1
Patch Exists: YES
Related CWE: N/A
CPE: a:easy-clanpage:easy-clanpage
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
2010
Easy-Clanpage <= v2.1 SQL Injection Exploit
A SQL injection vulnerability exists in Easy-Clanpage version 2.1 and prior. An attacker can exploit this vulnerability to gain access to sensitive information such as usernames, passwords, and emails. The exploit is achieved by sending a malicious HTTP request to the vulnerable application, such as http://www.site.com/Easy-Clanpage/?section=gallery&action=kate&id=1 union+select+1,2,concat(username,0x3a,password,0x3a,email),4,5,6,7+from+ecp_user+where+userid=1--
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a SQL query.