vendor:
Easy-Clanpage
by:
Easy Laster
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Easy-Clanpage
Affected Version From: 2.0
Affected Version To: 2.01
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: PHP
2010
Easy-Clanpage <= v2.01 SQL Injection Exploit
Easy-Clanpage is vulnerable to a SQL injection vulnerability in the 'id' parameter of the 'user' section. An attacker can exploit this vulnerability to gain access to sensitive information such as usernames, passwords, and emails. The exploit can be triggered by sending a specially crafted HTTP request to the vulnerable application.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.