vendor:
Easy-Clanpage
by:
Easy Laster
7,5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: Easy-Clanpage
Affected Version From: v2.0
Affected Version To: v2.0
Patch Exists: NO
Related CWE: N/A
CPE: a:easy-clanpage:easy-clanpage:2.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2010
Easy-Clanpage <= v2.0 Blind SQL Injection Exploit
Easy-Clanpage is vulnerable to Blind SQL Injection. An attacker can exploit this vulnerability to gain access to the database and extract sensitive information. This exploit is possible by sending a specially crafted HTTP request to the vulnerable application. The exploit code is written in Python and can be used to extract the password of a user from the database.
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.