vendor:
YapBB
by:
darkjoker
7.5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: YapBB
Affected Version From: YapBB <= 1.2
Affected Version To: YapBB <= 1.2
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
2009
YapBB <= 1.2 Blind SQL Injection Exploit
YapBB <= 1.2 is vulnerable to Blind SQL Injection. This exploit uses a time-based approach to extract the password of a given user. It sends a malicious query to the vulnerable application and measures the response time to determine the correct character of the password.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.