vendor:
SLAED CMS 2.5 Lite
by:
The_HuliGun
7.5
CVSS
HIGH
Local File Inclusion
22
CWE
Product Name: SLAED CMS 2.5 Lite
Affected Version From: 2.5
Affected Version To: 2.5
Patch Exists: NO
Related CWE: N/A
CPE: a:slaed:slaed_cms_2.5_lite
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
SLAED CMS 2.5 Lite Local file inclusion
SLAED CMS 2.5 Lite is vulnerable to Local File Inclusion due to the lack of input validation. The newlang parameter in the index.php file is not filtered, so an attacker can use the exploit http://[targethost]/[path]/index.php?newlang=../../../../../../../../../../etc/passwd%00 to read the /etc/passwd file.
Mitigation:
Input validation should be implemented to prevent Local File Inclusion.