5.1
CVSSv2

CVE-2006-3387

Published: 06/07/2006 Updated: 19/10/2017
CVSS v2 Base Score: 5.1 | Impact Score: 6.4 | Exploitability Score: 4.9
VMScore: 515
Vector: AV:N/AC:H/Au:N/C:P/I:P/A:P

Vulnerability Summary

Directory traversal vulnerability in sources/post.php in Fusion News 1.0, when register_globals is enabled, allows remote malicious users to include arbitrary files via a .. (dot dot) sequence in the fil_config parameter, which can be used to execute PHP code that has been injected into a log file.

Vulnerable Product Search on Vulmon Subscribe to Product

fusionphp fusion news 1.0

Exploits

#!/usr/bin/perl use IO::Socket; #################################################################################### # # # Exploit coded by: X0r_1 # # Bug found by: X0r_1 # # release: 210506 # # # # ...