File Manager And File Manager Pro (Multiple Versions) - Directory Traversal
Strategic Overview
- Status
- Patched in 7.2.2
- Affected Plugin
- File Manager
- Affected Version
<= 7.2.1- CVSS
- 9.9Critical
- Weakness type
- CWE-23 · Relative Path Traversal
- CVE
CVE-2023-6825
At a glance
CVE-2023-6825 is a critical-severity Relative Path Traversal vulnerability in the File Manager WordPress plugin, affecting versions <= 7.2.1. It carries a CVSS score of 9.9 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). The issue is fixed in version 7.2.2; sites on affected versions should update now. Disclosed March 2024, reported by Tobias Weißhaar (kun_19).
Vulnerability Overview
The File Manager and File Manager Pro plugins for WordPress are vulnerable to Directory Traversal in versions up to, and including version 7.2.1 (free version) and 8.3.4 (Pro version) via the target parameter in the mk_file_folder_manager_action_callback_shortcode function. This makes it possible for attackers to read the contents of arbitrary files on the server, which can contain sensitive information and to upload files into directories other than the intended directory for file uploads. The free version requires Administrator access for this vulnerability to be exploitable. The Pro version allows a file manager to be embedded via a shortcode and also allows admins to grant file handling privileges to other user levels, which could lead to this vulnerability being exploited by lower-level users.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-23: Relative Path Traversal
The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as .. that can resolve to a location that is outside of that directory.
Remediation
Update to version 7.2.2, or a newer patched version
How does WordSec protect against this?
The attempt arrives as an ordinary request to File Manager: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: File Manager 7.2.2 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Other vulnerabilities in File Manager
- 9.8CVE-2020-25213: File Manager <= 6.8 Arbitrary File Upload/RCE
CVE-2020-25213 - 9.8CVE-2018-25105: File Manager <= 3.0 Arbitrary File Upload/Download
CVE-2018-25105 - 8.8CVE-2024-1538: File Manager <= 7.2.4 CSRF to Local JS File Inclusion
CVE-2024-1538 - 8.8CVE-2018-16966: File Manager <= 3.0 Cross-Site Request Forgery
CVE-2018-16966 - 8.1CVE-2024-0761: File Manager <= 7.2.1 Sensitive Information Exposure
CVE-2024-0761 - 7.5CVE-2020-24312: WP File Manager <= 6.4 Resource Access to Site Backups
CVE-2020-24312 - 7.2CVE-2026-6382: Multiple Plugins <= Multiple Versions RCE
CVE-2026-6382 - 6.8CVE-2024-2654: File Manager <= 7.2.5 Directory Traversal
CVE-2024-2654
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C