6.8
CVSSv2

CVE-2008-6811

Published: 18/05/2009 Updated: 29/09/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

Unrestricted file upload vulnerability in image_processing.php in the e-Commerce Plugin 3.4 and previous versions for Wordpress allows remote malicious users to execute arbitrary code by uploading a file with an executable extension, then accessing it via a direct request to the file in wp-content/plugins/wp-shopping-cart/.

Vulnerable Product Search on Vulmon Subscribe to Product

instinct e-commerce_plugin

Exploits

#!/usr/bin/perl use warnings; use strict; use LWP::UserAgent; use HTTP::Request::Common; my $fname = rand(99999) "php"; # no int() print <<INTRO; # messy print i know - Wordpress Plugin e-Commerce <= 34 Arbitrary File Upload - Discovered && Coded by: t0pP8uZz Discovered on: 20 October 2008 Ther ...