vendor:
php Download Manager
by:
BeyazKurt
8.8
CVSS
HIGH
Local File Include
22
CWE
Product Name: php Download Manager
Affected Version From: 1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:php_download_manager:php_download_manager
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
2008
php Download Manager (v1.1 & 1.0) Local File Include
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'content' parameter to '/include/body.inc.php' script. This can be exploited to include arbitrary files from local resources via directory traversal attacks.
Mitigation:
Input validation should be used to prevent directory traversal attacks.