PHP Upload Tool Arbitrary File Upload and Directory Traversal Vulnerabilities
BID:21150
Info
PHP Upload Tool Arbitrary File Upload and Directory Traversal Vulnerabilities
| Bugtraq ID: | 21150 |
| Class: | Input Validation Error |
| CVE: |
CVE-2006-7133 CVE-2006-7134 |
| Remote: | Yes |
| Local: | No |
| Published: | Nov 17 2006 12:00AM |
| Updated: | Jul 06 2016 02:40PM |
| Credit: | Craig Heffner <heffnercj [at] gmail.com> and an anonymous researcher are credited with the discovery of these issues. |
| Vulnerable: |
PHP Upload Tool PHP Upload Tool 1.0 |
| Not Vulnerable: | |
Discussion
PHP Upload Tool Arbitrary File Upload and Directory Traversal Vulnerabilities
PHP Upload Tool is prone to an arbitrary file-upload vulnerability and a directory-traversal vulnerability. These issues occur because the application fails to sanitize user-supplied data.
An attacker could exploit these issues to execute code in the context of the webserver or to download sensitive information that could aid in further attacks.
Version 1.0 is vulnerable; other versions may also be affected.
PHP Upload Tool is prone to an arbitrary file-upload vulnerability and a directory-traversal vulnerability. These issues occur because the application fails to sanitize user-supplied data.
An attacker could exploit these issues to execute code in the context of the webserver or to download sensitive information that could aid in further attacks.
Version 1.0 is vulnerable; other versions may also be affected.
Exploit / POC
PHP Upload Tool Arbitrary File Upload and Directory Traversal Vulnerabilities
An attacker can exploit these issues via a web client.
The following proof-of-concept URIs are available:
http://www.example.com/upload/bin/download.php?filename=../conf/users.conf
http://www.example.com/upload/bin/download.php?filename=/etc/passwd
An attacker can exploit these issues via a web client.
The following proof-of-concept URIs are available:
http://www.example.com/upload/bin/download.php?filename=../conf/users.conf
http://www.example.com/upload/bin/download.php?filename=/etc/passwd
Solution / Fix
PHP Upload Tool Arbitrary File Upload and Directory Traversal Vulnerabilities
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].
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].
References
PHP Upload Tool Arbitrary File Upload and Directory Traversal Vulnerabilities
References:
References:
- Vendor Homepage (PHP Upload Tool)