MyBulletinBoard Multiple SQL Injection Vulnerabilities
BID:14553
Info
MyBulletinBoard Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 14553 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Aug 12 2005 12:00AM |
| Updated: | Aug 12 2005 12:00AM |
| Credit: | phuket <[email protected]> is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
MyBulletinBoard MyBulletinBoard RC4 |
| Not Vulnerable: | |
Discussion
MyBulletinBoard Multiple SQL Injection Vulnerabilities
MyBulletinBoard is prone to multiple SQL injection vulnerability. These issues are due to a failure in the application to properly sanitize user-supplied input before using it in SQL queries.
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.
Reports indicate an attacker can exploit at least one of these vulnerabilities to gain administrative access to the affected application.
MyBulletinBoard is prone to multiple SQL injection vulnerability. These issues are due to a failure in the application to properly sanitize user-supplied input before using it in SQL queries.
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.
Reports indicate an attacker can exploit at least one of these vulnerabilities to gain administrative access to the affected application.
Exploit / POC
MyBulletinBoard Multiple SQL Injection Vulnerabilities
No exploit is required.
The following proof of concept URI are available:
http://www.example.com/member.php?action=login : username='[SQL INJECTION]
http://www.example.com/polls.php?action=newpoll&tid=1&polloptions='[SQL INJECTION]
http://www.example.com/search.php?action='[SQL Injection]
http://www.example.com/member.php?action='[SQL Injection]
The following proof of concept demonstrates the vulnerability in admin/index.php:
Username: ' or 1=1 /*
Password: blank
No exploit is required.
The following proof of concept URI are available:
http://www.example.com/member.php?action=login : username='[SQL INJECTION]
http://www.example.com/polls.php?action=newpoll&tid=1&polloptions='[SQL INJECTION]
http://www.example.com/search.php?action='[SQL Injection]
http://www.example.com/member.php?action='[SQL Injection]
The following proof of concept demonstrates the vulnerability in admin/index.php:
Username: ' or 1=1 /*
Password: blank
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)
- My Bulletin Board RC 4 Vulnerabilities (phuket
)