vendor:
LightOpen CMS
by:
Zer0 Thunder
9,3
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: LightOpen CMS
Affected Version From: v0.1
Affected Version To: v0.1
Patch Exists: NO
Related CWE: N/A
CPE: a:lightopencms:lightopencms:0.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows XP sp2
2010
LightOpen CMS Remote File Inclusion (smarty.php)
LightOpen CMS is vulnerable to a Remote File Inclusion vulnerability due to a lack of proper sanitization of user-supplied input. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing a malicious URL in the 'cwd' parameter of the 'smarty.php' script. This can allow an attacker to execute arbitrary code on the vulnerable system.
Mitigation:
Input validation should be used to prevent Remote File Inclusion attacks. All user-supplied input should be validated and filtered before being used in the application.