Title: WordPress Front End Upload v0.5.4.4 Arbitrary PHP File Upload Vulnerability
Author: Chris Kellum
Home: http://mondaybynoon.com/
Address: http://downloads.wordpress.org/plugin/front-end-upload.0.5.4.4.zip
Affected Version: 0.5.4.4
Defect Analysis
==================================
Plugin does not properly filter filetypes, which allows for the upload of filetypes in the following format:
Filename.php.jpg
Vulnerable hosts will serve such files as a php file, allowing for malicous files to be uploaded and executed.
In creating the uploads folder for this plugin, the code utilizes uniqid to add a unique string to the upload folder name in order to better hide it from direct access.
Example:
Www.2cto.com/wp-content/uploads/feu_9fc12558ac71e6995808cfc590207e87/
However, unzip WordPress installations allow direct access to the/wp-content/uploads/folder, so simply look for a folder name beginning with 'feu _ 'to locate your upload.