vendor:
HTTP Upload Tool For PHP
by:
Craig Heffner
7,5
CVSS
HIGH
Information disclosure
200
CWE
Product Name: HTTP Upload Tool For PHP
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: uploadtool.sourceforge.net
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2006
HTTP Upload Tool For PHP 1.0 Information Disclosure
The download.php file in Upload Tool for PHP neither verifies that a requestor has authenticated, nor performs any sanity checking on the file being requested. This allows an unauthenticated user to download any file which the web server has read rights to, including the users.conf file which contains a list of Upload Tool's users and their hashed passwords.
Mitigation:
Ensure that the download.php file is properly secured and that all requests are authenticated.