WordPress Front End Upload v0.5.4.4 Arbitrary PHP File Upload
WordPress Front Ent Upload v0.5.4.4 sürümünde bulunan açık nedeniyle Php dosya uploadına izin veriyor. php.jpg uzantılı olarak php shell upload etmek mümkün. Açık kapanana kadar, wp-content upload klasörünü geçici olarak devre dışı bırakmanızı öneririm. Açığı fixlenmiş sürümünü yükledikten sonra yolunuza devam edebilirsiniz.
# Exploit Title: WordPress Front End Upload v0.5.4.4 Arbitrary PHP File Upload Vulnerability |
# Exploit Author: Chris Kellum |
# Vendor Homepage: http://mondaybynoon.com/ |
# Software Link: http://downloads.wordpress.org/plugin/front-end-upload.0.5.4.4.zip |
Plugin does not properly filter filetypes, which allows for the upload of filetypes in the following format: |
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. |
/wp-content/uploads/feu_9fc12558ac71e6995808cfc590207e87/ |
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. |
7/13/2012 - Vendor notified |
7/23/2012 - Version 0.5.4.6 released |
7/23/2012 - Public disclosure |