vendor:
Ajax File Browser
by:
arfis project
5.5
CVSS
MEDIUM
Remote File Inclusion
98
CWE
Product Name: Ajax File Browser
Affected Version From: 3 Beta
Affected Version To: 3 Beta
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Ajax File Browser 3 Beta Remote File Inclusion
The vulnerability exists in the _includes/settings.inc.php file of Ajax File Browser 3 Beta. The code on line 12 includes a file using the require_once function without properly sanitizing user input. An attacker can exploit this vulnerability by providing a malicious URL in the 'approot' parameter, leading to remote file inclusion.
Mitigation:
To mitigate this vulnerability, ensure that user input is properly sanitized before using it in file inclusion functions. Additionally, consider using a whitelist approach for allowed file paths.