vendor:
Prototype of an PHP application
by:
Unknown
7.5
CVSS
HIGH
Remote File Include
98
CWE
Product Name: Prototype of an PHP application
Affected Version From: 0.1
Affected Version To: 0.1
Patch Exists: NO
Related CWE: CVE-2007-5315
CPE: a:prototype_of_an_php_application:prototype_of_an_php_application:0.1
Platforms Tested:
2007
Prototype of an PHP application Remote File Include Vulnerability
The '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. Other attacks are also possible.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user-supplied input and validate file paths before including them in the application.