vendor:
PHP Easy Download
by:
nuffsaid
7,5
CVSS
HIGH
Remote Code Execution
78
CWE
Product Name: PHP Easy Download
Affected Version From: PHP Easy Download <= 1.5
Affected Version To: PHP Easy Download <= 1.5
Patch Exists: NO
Related CWE: N/A
CPE: a:ironclad:php_easy_download
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
2020
PHP Easy Download <= 1.5 Remote Code Execution Vulnerability
PHP Easy Download by default installation doesn't prevent any of the files in the file_info/admin directory from being accessed by a client. The file_info/admin/save.php file takes input passed to the script by $_POST and writes it to $_POST["filename"].0 unsanatized in the file_info/admin/descriptions directory.
Mitigation:
Prevent users from accessing any of the files in the file_info directory (htaccess).