vendor:
Phpclanwebsite
by:
matrix_killer
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Phpclanwebsite
Affected Version From: 1.23.1
Affected Version To: Unknown
Patch Exists: Unknown
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: Windows, Linux, Mac
Unknown
Phpclanwebsite 1.23.1 SQL injection exploit by matrix_killer
This exploit allows an attacker to inject malicious SQL queries into the vulnerable application. It was tested on phpclan's website and it worked + my local server and on ra4ev.com. But on versions below 1.23.1 it doesn't seem to work.
Mitigation:
Input validation and sanitization should be used to prevent SQL injection attacks. Additionally, parameterized queries should be used to prevent malicious SQL code from being executed.