OpenBB Multiple Input Validation Vulnerabilities
BID:10214
Info
OpenBB Multiple Input Validation Vulnerabilities
| Bugtraq ID: | 10214 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Apr 26 2004 12:00AM |
| Updated: | Apr 26 2004 12:00AM |
| Credit: | Disclosure of these issues is credited to JeiAr <[email protected]>. Additional information provided by almaster Hacker <[email protected]>. |
| Vulnerable: |
OpenBB OpenBB 1.0.8 OpenBB OpenBB 1.0.6 OpenBB OpenBB 1.0.5 OpenBB OpenBB 1.0 .0 RC3 OpenBB OpenBB 1.0 .0 RC2 OpenBB OpenBB 1.0 .0 RC1 OpenBB OpenBB 1.0 .0 beta1 |
| Not Vulnerable: | |
Discussion
OpenBB Multiple Input Validation Vulnerabilities
It has been reported that OpenBB is affected by multiple input validation vulnerabilities. These issues are due to a failure of the application to properly sanitize user supplied user input.
The SQL issues may allow a remote attacker to manipulate query logic, potentially leading to unauthorized access to sensitive information such as the administrator password hash or corruption of database data. SQL injection attacks may also potentially be used to exploit latent vulnerabilities in the underlying database implementation.
The cross-site scripting issues could permit a remote attacker to create a malicious URI link that includes hostile HTML and script code. If this link were followed, the hostile code may be rendered in the web browser of the victim user. This would occur in the security context of the affected web site and may allow for theft of cookie-based authentication credentials or other attacks.
It has been reported that OpenBB is affected by multiple input validation vulnerabilities. These issues are due to a failure of the application to properly sanitize user supplied user input.
The SQL issues may allow a remote attacker to manipulate query logic, potentially leading to unauthorized access to sensitive information such as the administrator password hash or corruption of database data. SQL injection attacks may also potentially be used to exploit latent vulnerabilities in the underlying database implementation.
The cross-site scripting issues could permit a remote attacker to create a malicious URI link that includes hostile HTML and script code. If this link were followed, the hostile code may be rendered in the web browser of the victim user. This would occur in the security context of the affected web site and may allow for theft of cookie-based authentication credentials or other attacks.
Exploit / POC
OpenBB Multiple Input Validation Vulnerabilities
No exploits are required to leverage these issues. The following proof of concept has been provided:
Cross-Site Scripting:
http://www.example.com/member.php?action=login&redirect=[XSS]
http://www.example.com/myhome.php?action=newmsg&to=blah[XSS]
http://www.example.com/post.php?action=mail&TID=1[XSS]
http://www.example.com/index.php?redirect=[XSS]
SQL injection:
http://www.example.com/board.php?FID=1[SQL]
http://www.example.com/member.php?action=list&page=1&sortorder=[SQL]
http://www.example.com/member.php?action=list&page=1&sortorder=username&perpage=[SQL]
http://www.example.com/member.php?action=passwdsend&resetid=blah&id=2[SQL]
http://www.example.com/search.php?&sortby=dateline&sort=DESC&q=open&forums%5B[SQL]%5D
http://www.example.com/post.php?action=edit&page=1&PID=1[SQL]
http://www.example.com/post.php?action=post&FID=1[SQL]
http://www.example.com/index.php?CID='[SQL]
No exploits are required to leverage these issues. The following proof of concept has been provided:
Cross-Site Scripting:
http://www.example.com/member.php?action=login&redirect=[XSS]
http://www.example.com/myhome.php?action=newmsg&to=blah[XSS]
http://www.example.com/post.php?action=mail&TID=1[XSS]
http://www.example.com/index.php?redirect=[XSS]
SQL injection:
http://www.example.com/board.php?FID=1[SQL]
http://www.example.com/member.php?action=list&page=1&sortorder=[SQL]
http://www.example.com/member.php?action=list&page=1&sortorder=username&perpage=[SQL]
http://www.example.com/member.php?action=passwdsend&resetid=blah&id=2[SQL]
http://www.example.com/search.php?&sortby=dateline&sort=DESC&q=open&forums%5B[SQL]%5D
http://www.example.com/post.php?action=edit&page=1&PID=1[SQL]
http://www.example.com/post.php?action=post&FID=1[SQL]
http://www.example.com/index.php?CID='[SQL]
Solution / Fix
OpenBB Multiple Input Validation 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
OpenBB Multiple Input Validation Vulnerabilities
References:
References:
- OpenBB Homepage (OpenBB)
- Multiple Vulnerabilities In OpenBB (JeiAr
)