7.5
CVSSv2

CVE-2007-1633

Published: 23/03/2007 Updated: 11/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

Directory traversal vulnerability in bbcode_ref.php in the Giorgio Ciranni Splatt Forum 4.0 RC1 module for PHP-Nuke allows remote malicious users to include and execute arbitrary local files via a .. (dot dot) in the name parameter, as demonstrated by injecting PHP sequences into an Apache HTTP Server log file, which is then included by bbcode_ref.php.

Vulnerable Product Search on Vulmon Subscribe to Product

giorgio ciranni splatt forum 4.0_rc1

Exploits

#!/usr/bin/perl # Modulo Splatt Forum v40 RC1(bbcode_refphp name)Local File Include Exploit # DScript: sourceforgenet/projects/splattforum/ # VCode # $module_name = $name; <<<-------- Line : 17 # # include("modules/"$module_name"/functionsphp"); <<<-------- Line : 19 # Dork: "Splatt Forum©" # Discovered & Co ...