vendor:
Helplink
by:
milw0rm.com
7.5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Helplink
Affected Version From: 0.1.0
Affected Version To: 0.1.0
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Helplink 0.1.0 (show.php file) Remote File Inclusion Vulnerability
The Helplink 0.1.0 show.php file is vulnerable to remote file inclusion. It includes a file based on the value of the 'file' parameter passed in the HTTP GET request without proper validation, allowing an attacker to include arbitrary files from remote servers.
Mitigation:
To mitigate this vulnerability, proper input validation and sanitization should be implemented to prevent unauthorized file inclusion. Additionally, the use of user-supplied input to include files should be avoided.