vendor:
Open Bulletin Board
by:
AtT4CKxT3rR0r1ST
7,5
CVSS
HIGH
Blind Sql Injection
89
CWE
Product Name: Open Bulletin Board
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
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
2020
Open Bulletin Board Multiple Blind Sql Injection Vulnerability
The vulnerability exists in the Open Bulletin Board script, which allows an attacker to inject malicious SQL queries via the FID parameter in the board.php and read.php files. The attacker can use the true/false condition to check the validity of the query and extract information from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, parameterized queries should be used to prevent SQL injection.