vendor:
Multi-lingual E-Commerce System
by:
Salvatore 'drosophila' Fresta
7,5
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: Multi-lingual E-Commerce System
Affected Version From: 0.2
Affected Version To: 0.2
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
Multi-lingual E-Commerce System 0.2 Local File Inclusion Vulnerability
This bug allows a guest to include local files. The vulnerable code is present in the index.php file, which does not check the user input for the 'lang' parameter. This allows an attacker to include arbitrary local files on the system.
Mitigation:
Input validation should be used to ensure that user-supplied data is not used to include files from unexpected locations.