vendor:
NetCat CMS
by:
s4avrd0w
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: NetCat CMS
Affected Version From: 3
Affected Version To: 3.12
Patch Exists: NO
Related CWE: N/A
CPE: a:netcat:netcat
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux, Mac
2009
NetCat Blind SQL Injection Exploit
NetCat Blind SQL Injection exploit is a vulnerability in NetCat CMS versions <= 3.12 which allows an attacker to gain access to the database and extract sensitive information. The exploit works by sending a specially crafted HTTP request to the target server and then analyzing the response time to determine if the query was successful or not. The exploit can be used to brute force the login and password-hash of the user.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a SQL query. Use parameterized queries to prevent SQL injection attacks.