vendor:
by:
kezzap66345@hotmail.com
N/A
CVSS
N/A
Remote File Inclusion
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
workbench survival guide <= Remote File Inclusion Vulnerability
The vulnerability exists in the header.php file of the workbench survival guide. The include function is used to include the navbar.php file without proper sanitization, allowing an attacker to remotely include arbitrary files. An example exploit URL is provided as http://site.com/path/header.php?path=[[Sh3LL Script]].
Mitigation:
To mitigate this vulnerability, it is recommended to properly sanitize user input before including files.