vendor:
Responsive FileManager
by:
farisv
7.5
CVSS
HIGH
Arbitrary file read via path traversal
22
CWE
Product Name: Responsive FileManager
Affected Version From: 9.13.4
Affected Version To: 9.13.4
Patch Exists: YES
Related CWE:
CPE: a:responsivefilemanager:responsive_filemanager:9.13.4
Platforms Tested:
2018
Responsive FileManager 9.13.4 – Multiple Vulnerabilities
An arbitrary file read vulnerability exists in Responsive FileManager version 9.13.4. This vulnerability can be exploited by an attacker to read sensitive files on the server by using a path traversal technique. By manipulating the 'path' parameter in the 'get_file' action of ajax_calls.php, an attacker can traverse directories and access files outside of the intended directory. This can lead to unauthorized access to sensitive information such as configuration files or user credentials.
Mitigation:
Update to version 9.14.0 or later to fix this vulnerability. Implement proper input validation and sanitization to prevent path traversal attacks. Limit the access privileges of the file manager to only necessary directories.