vendor:
phpMDJ
by:
darkjoker
7.5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: phpMDJ
Affected Version From: 1.0.3
Affected Version To: 1.0.3
Patch Exists: NO
Related CWE: N/A
CPE: a:phpmdj:phpmdj
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
2009
phpMDJ <= 1.0.3 Blind SQL Injection Exploit
This exploit allows an attacker to gain access to the database of a vulnerable phpMDJ application. The exploit uses a blind SQL injection vulnerability to extract the password of a given user. The exploit sends a specially crafted HTTP request to the vulnerable application, which then returns a response indicating whether the character at the given position of the user's password is correct or not.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.