7.5
CVSSv2

CVE-2007-1801

Published: 02/04/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 inc/lang.php in sBLOG 0.7.3 Beta allows remote malicious users to include and execute arbitrary local files via a .. (dot dot) in the conf_lang_default parameter, as demonstrated by injecting PHP sequences into an Apache HTTP Server log file, which is then included by inc/lang.php.

Vulnerable Product Search on Vulmon Subscribe to Product

sblog sblog 0.7.3_beta

Exploits

#!/usr/bin/perl # sBLOG 073 Beta(inc/langphp)Local File Inclusion Exploit # DScript: sourceforgenet/projects/sblog/ # VCode: # if(isset($conf_lang_default) && file_exists('lang/' $conf_lang_default 'php')) # require('lang/' $conf_lang_default 'php'); # Discovered & Coded by : GolD_M = [Mahmood_ali] # Contact:Hack ...