vendor:
PHP MatchMaker
by:
SHiKaA
N/A
CVSS
N/A
Remote SQL Injection
89
CWE
Product Name: PHP MatchMaker
Affected Version From: v4.05
Affected Version To: v4.05
Patch Exists: NO
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: N/A
2006
Powie’s PHP MatchMaker <= v4.05 (matchdetail) Remote SQL Injection Exploit
An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable application. The attacker can inject arbitrary SQL code in the vulnerable parameter 'edit' of the 'matchdetail.php' script. This can be used to extract data from the database, modify data, delete data, or even execute administration operations on the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks.