vendor:
File Download 1.3
by:
Aodrulez
7,5
CVSS
HIGH
Remote File Download
434
CWE
Product Name: File Download 1.3
Affected Version From: 1.3
Affected Version To: 1.3
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2009
File Download 1.3 Remote File Download Exploit
This particular php script,named as 'download.php' can be tricked into allowing a remote attacker to download all kinds of files such as .php,.txt etc etc.This can be achieved by adding a null byte followed by an allowed extension..for eg: http://www.site.com/download.php?f=/path/file.php%00.jpg
Mitigation:
Ensure that the download.php script is not vulnerable to null byte injection attacks.