File Manager And File Manager Pro (Multiple Versions) - Directory Traversal
Strategic Overview
- Status
- Patched in 8.3.5
- Affected Plugin
- File Manager Pro
- Affected Version
<= 8.3.4- 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 Pro WordPress plugin, affecting versions <= 8.3.4. 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 8.3.5; 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 8.3.5, or a newer patched version
How does WordSec protect against this?
The attempt arrives as an ordinary request to File Manager Pro: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: File Manager Pro 8.3.5 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Other vulnerabilities in File Manager Pro
- 8.8CVE-2024-8507: File Manager Pro <= 8.3.9 CSRF to Arbitrary File Upload
CVE-2024-8507 - 8.8CVE-2024-7559: File Manager Pro <= 8.3.7 Arbitrary File Upload
CVE-2024-7559 - 8.8CVE-2023-6846: File Manager Pro <= 8.3.4 Arbitrary File Upload
CVE-2023-6846 - 7.5CVE-2024-8746: File Manager Pro Backup File Download and Upload
CVE-2024-8746 - 7.4CVE-2024-8918: File Manager Pro Limited JavaScript File Upload
CVE-2024-8918 - 6.5CVE-2025-0818: Multiple elFinder Plugins <= Directory Traversal
CVE-2025-0818 - 6.1CVE-2023-7015: File Manager Pro <= 8.3.4 Reflected XSS
CVE-2023-7015
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C