OpenBB Member.PHP Remote SQL Injection Vulnerability
BID:7405
Info
OpenBB Member.PHP Remote SQL Injection Vulnerability
| Bugtraq ID: | 7405 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Apr 22 2003 12:00AM |
| Updated: | Apr 22 2003 12:00AM |
| Credit: | Discovery credited to Albert Puigsech Galicia <[email protected]>. |
| Vulnerable: |
OpenBB OpenBB 1.1 .0 OpenBB OpenBB 1.0.5 |
| Not Vulnerable: | |
Discussion
OpenBB Member.PHP Remote SQL Injection Vulnerability
It has been reported that OpenBB does not properly check input passed via the 'member.php' script. Because of this, an attacker may be able to inject arbitrary commands to the database in the context of the bulletin board software. The consequences will vary depending on the underlying database implementation.
It has been reported that OpenBB does not properly check input passed via the 'member.php' script. Because of this, an attacker may be able to inject arbitrary commands to the database in the context of the bulletin board software. The consequences will vary depending on the underlying database implementation.
Exploit / POC
OpenBB Member.PHP Remote SQL Injection Vulnerability
The following proof of concept has been made available by Albert Puigsech Galicia <[email protected]>:
http://www.example.com/member.php?action=profile&UID=1%20<something>
where <something> represents a SQL query.
The following proof of concept has been made available by Albert Puigsech Galicia <[email protected]>:
http://www.example.com/member.php?action=profile&UID=1%20<something>
where <something> represents a SQL query.
References
OpenBB Member.PHP Remote SQL Injection Vulnerability
References:
References:
- OpenBB Homepage (OpenBB)
- Multiple SQL injection on OpenBB forums (Albert Puigsech Galicia
)