vendor:
Front End Upload
by:
Chris Kellum
7,5
CVSS
HIGH
Arbitrary PHP File Upload
434
CWE
Product Name: Front End Upload
Affected Version From: 0.5.4.4
Affected Version To: 0.5.4.5
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: WordPress
2012
WordPress Front End Upload v0.5.4.4 Arbitrary PHP File Upload Vulnerability
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 malicious 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. However, many 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.
Mitigation:
Ensure that the plugin is updated to the latest version (0.5.4.6) and that the uploads folder is not accessible from the web.