MyBulletinBoard Multiple SQL Injection Vulnerabilities
BID:14762
Info
MyBulletinBoard Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 14762 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Sep 07 2005 12:00AM |
| Updated: | Sep 07 2005 12:00AM |
| Credit: | [email protected] is credited with the discovery of this vulnerability. |
| Vulnerable: |
MyBulletinBoard MyBulletinBoard 1.0 PR2 |
| Not Vulnerable: | |
Discussion
MyBulletinBoard Multiple SQL Injection Vulnerabilities
MyBulletinBoard is prone to multiple SQL injection vulnerabilities. These issues are due to a lack of proper sanitization of user-supplied input before using it in an SQL query.
Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation.
MyBulletinBoard is prone to multiple SQL injection vulnerabilities. These issues are due to a lack of proper sanitization of user-supplied input before using it in an SQL query.
Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation.
Exploit / POC
MyBulletinBoard Multiple SQL Injection Vulnerabilities
No exploit is required.
The following examples have been provided:
misc.php :-
http://www.example.com/misc.php?action=rules&fid=-1' [SQL]
newreply.php :-
One may inject SQL data by submitting a HTTP POST with a modification
of the http header as follows:
Content-Disposition: form-data; name="icon"\r\n
\r\n
-1') [SQL] /*\r\n
No exploit is required.
The following examples have been provided:
misc.php :-
http://www.example.com/misc.php?action=rules&fid=-1' [SQL]
newreply.php :-
One may inject SQL data by submitting a HTTP POST with a modification
of the http header as follows:
Content-Disposition: form-data; name="icon"\r\n
\r\n
-1') [SQL] /*\r\n
Solution / Fix
MyBulletinBoard Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected] <mailto:[email protected]>.
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected] <mailto:[email protected]>.
References
MyBulletinBoard Multiple SQL Injection Vulnerabilities
References:
References:
- MyBulletinBoard Home Page (MyBulletinBoard)
- SQL Injection[2] In MyBB PR2 ([email protected])