Vulnerabilities (CVE)

Filtered by vendor Tecrail Subscribe
Filtered by product Responsive Filemanager
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2020-10567 1 Tecrail 1 Responsive Filemanager 2020-03-20 7.5 HIGH 9.8 CRITICAL
An issue was discovered in Responsive Filemanager through 9.14.0. In the ajax_calls.php file in the save_img action in the name parameter, there is no validation of what kind of extension is sent. This makes it possible to execute PHP code if a legitimate JPEG image contains this code in the EXIF data, and the .php extension is used in the name parameter. (A potential fast patch is to disable the save_img action in the config file.)
CVE-2020-10212 1 Tecrail 1 Responsive Filemanager 2020-03-09 7.5 HIGH 9.8 CRITICAL
upload.php in Responsive FileManager 9.13.4 and 9.14.0 allows SSRF via the url parameter because file-extension blocking is mishandled and because it is possible for a DNS hostname to resolve to an internal IP address. For example, an SSRF attempt may succeed if a .ico filename is added to the PATH_INFO. Also, an attacker could create a DNS hostname that resolves to the 0.0.0.0 IP address for DNS pinning. NOTE: this issue exists because of an incomplete fix for CVE-2018-14728.
CVE-2018-14728 1 Tecrail 1 Responsive Filemanager 2019-06-17 7.5 HIGH 9.8 CRITICAL
upload.php in Responsive FileManager 9.13.1 allows SSRF via the url parameter.