vendor:
ES Simple Download
by:
Kazza
7,5
CVSS
HIGH
Local File Inclusion (LFI)
22
CWE
Product Name: ES Simple Download
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:energyscripts:es_simple_download:1.0
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
2010
ES Simple Download v 1.0. Local File Exclusion/LFI
The vulnerability exists in ES Simple Download v 1.0. which allows an attacker to access sensitive files outside the web root directory by manipulating the 'file' parameter in the download.php script. The attacker can access the config.php file by sending a crafted request to the download.php script with the 'file' parameter set to '../../config.php'.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in the application.