vendor:
PHPof
by:
ThE TiGeR
5.5
CVSS
MEDIUM
Remote file inclusion
CWE
Product Name: PHPof
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Phpof Remote file inclusion
This exploit allows an attacker to include arbitrary files from a remote server in the PHPof application. By manipulating the 'PHPOF_INCLUDE_PATH' parameter in the 'DB_adodb.class.php' file, an attacker can include a shell.txt file from a remote server.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and validate file paths before including them in PHP code.