Vulnerabilities (CVE)

Filtered by vendor Tecrail Subscribe
Filtered by product Responsive Filemanager
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2018-20793 1 Tecrail 1 Responsive Filemanager 2019-02-25 5.0 MEDIUM 7.5 HIGH
tecrail Responsive FileManager 9.13.4 allows remote attackers to write to an arbitrary file as a consequence of a paths[0] path traversal mitigation bypass, through the create_file action in execute.php.
CVE-2018-20794 1 Tecrail 1 Responsive Filemanager 2019-02-25 5.0 MEDIUM 7.5 HIGH
tecrail Responsive FileManager 9.13.4 allows remote attackers to write to an arbitrary image file (jpg/jpeg/png) via path traversal with the path parameter, through the save_img action in ajax_calls.php.
CVE-2018-20795 1 Tecrail 1 Responsive Filemanager 2019-02-25 5.0 MEDIUM 7.5 HIGH
tecrail Responsive FileManager 9.13.4 allows remote attackers to read arbitrary files via path traversal with the path parameter, through the copy_cut action in ajax_calls.php and the paste_clipboard action in execute.php.
CVE-2018-20789 1 Tecrail 1 Responsive Filemanager 2019-02-25 6.4 MEDIUM 7.5 HIGH
tecrail Responsive FileManager 9.13.4 allows remote attackers to delete an arbitrary directory as a consequence of a paths[0] path traversal mitigation bypass through the delete_folder action in execute.php.
CVE-2018-20790 1 Tecrail 1 Responsive Filemanager 2019-02-25 6.4 MEDIUM 7.5 HIGH
tecrail Responsive FileManager 9.13.4 allows remote attackers to delete an arbitrary file as a consequence of a paths[0] path traversal mitigation bypass through the delete_file action in execute.php.
CVE-2018-20792 1 Tecrail 1 Responsive Filemanager 2019-02-25 5.0 MEDIUM 7.5 HIGH
tecrail Responsive FileManager 9.13.4 allows remote attackers to read arbitrary file via path traversal with the path parameter, through the get_file action in ajax_calls.php.
CVE-2018-18867 1 Tecrail 1 Responsive Filemanager 2018-12-07 5.0 MEDIUM 8.6 HIGH
An SSRF issue was discovered in tecrail Responsive FileManager 9.13.4 via the upload.php url parameter. NOTE: this issue exists because of an incomplete fix for CVE-2018-15495.
CVE-2018-18061 1 Tecrail 1 Responsive Filemanager 2018-11-28 6.4 MEDIUM 7.5 HIGH
An issue was discovered in dialog.php in tecrail Responsive FileManager 9.8.1. Attackers can access the file manager interface that provides them with the ability to upload and delete files.
CVE-2018-15495 1 Tecrail 1 Responsive Filemanager 2018-10-19 5.0 MEDIUM 7.5 HIGH
/filemanager/upload.php in Responsive FileManager before 9.13.3 allows Directory Traversal and SSRF because the url parameter is used directly in a curl_exec call, as demonstrated by a file:///etc/passwd value.
CVE-2018-15535 1 Tecrail 1 Responsive Filemanager 2018-10-17 5.0 MEDIUM 7.5 HIGH
/filemanager/ajax_calls.php in tecrail Responsive FileManager before 9.13.4 uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize get_file sequences such as ".." that can resolve to a location that is outside of that directory, aka Directory Traversal.