vendor:
Prototype of an PHP application
by:
SecurityFocus
7.5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Prototype of an PHP application
Affected Version From: 0.1
Affected Version To: 0.1
Patch Exists: Yes
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
Prototype of an PHP application Remote File Inclusion Vulnerability
Prototype of an PHP application is prone to multiple remote file-include vulnerabilities because it fails to properly sanitize user-supplied input to the application. An attacker may leverage these issues to execute an arbitrary remote file containing malicious script code in the context of the webserver process. This may allow the attacker to compromise the application and the underlying system.
Mitigation:
Input validation should be used to ensure that user-supplied input is properly sanitized.