vendor:
Simple PHP Blog
by:
jgaliana
7.5
CVSS
HIGH
Local File Include
98
CWE
Product Name: Simple PHP Blog
Affected Version From: 2000.5.1
Affected Version To: 2000.5.1
Patch Exists: YES
Related CWE: N/A
CPE: a:simple_php_blog:simple_php_blog:0.5.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2005
Simple PHP Blog Local File Include Vulnerability
Simple PHP Blog is prone to a local file-include vulnerability because it fails to properly sanitize user-supplied input. An attacker can exploit this vulnerability to obtain potentially sensitive information or to execute arbitrary local scripts in the context of the webserver process. This may allow the attacker to compromise the application and the underlying computer; other attacks are also possible.
Mitigation:
Input validation should be used to prevent the exploitation of this vulnerability. Sanitize user-supplied input to prevent malicious code from being executed.