11 lines
No EOL
622 B
Text
11 lines
No EOL
622 B
Text
source: https://www.securityfocus.com/bid/53298/info
|
|
|
|
BBSXP CMS is prone to multiple SQL-injection vulnerabilities because the application fails to sufficiently sanitize user-supplied data before using it in an SQL query.
|
|
|
|
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
|
|
|
|
http://www.example.com/ShowPost.asp?ThreadID=[SQL]
|
|
http://www.example.com/blog.asp?id=[SQL]
|
|
http://www.example.com/ShowForum.asp?ForumID=[SQL]
|
|
http://www.example.com/Profile.asp?UserName=[SQL]
|
|
http://www.example.com/print.asp?id=[SQL] |