File Manager 6.0 - 6.9 - Missing Authorization to Authenticated (Subscriber+) Arbitrary File Read and Deletion via 'cmd' Query Parameter
Strategic Overview
- Status
- Patched in 6.9.1
- Affected Plugin
- File Manager
- Affected Version
6.0 – 6.9- CVSS
- 8.8High
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2026-15991
At a glance
CVE-2026-15991 is a high-severity Missing Authorization vulnerability in the File Manager WordPress plugin, affecting versions 6.0 – 6.9. It carries a CVSS score of 8.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account at Subscriber level or above. The issue is fixed in version 6.9.1; sites on affected versions should update now. Disclosed August 2026, reported by daroo.
Vulnerability Overview
The File Manager plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the connector function in all versions from 6.0 - 6.9. This makes it possible for authenticated attackers, with subscriber-level access and above, to read and delete arbitrary files on the server, which can lead to remote code execution when the right file is deleted (such as wp-config.php). The bypass is triggered by passing cmd=rm or cmf=file in the URL query string of a POST request: elFinder's bind registration reads the command exclusively from $_POST and therefore never registers the rm.pre permission handler, while the dispatcher reads from the merged $_GET+$_POST superglobal and executes the rm or file command unchecked against a volume that defaults to ABSPATH.
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-862: Missing Authorization
Reaching this weakness in File Manager 6.0 – 6.9 takes an account at Subscriber level or above. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For File Manager the fix is 6.9.1: builds 6.0 – 6.9 are affected, anything from 6.9.1 onward is not.
Remediation
Update to version 6.9.1, or a newer patched version
How WordSec helps
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: File Manager 6.9.1 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in File Manager
- 8.8CVE-2024-7770: Bit File Manager Arbitrary File Upload
CVE-2024-7770 - 8.8CVE-2022-0403: Bit File Manager Subscriber+ Arbitrary File
CVE-2022-0403 - 8.8Bit File Manager <= 4.1.4 CSRF to Arbitrary File Upload
- 8.1CVE-2024-7627: Bit File Manager 6.0 - 6.5.5 Remote Code Execution
CVE-2024-7627 - 7.5CVE-2018-7204: Bit File Manager <= 5.0.0 Information Disclosure
CVE-2018-7204 - 7.2CVE-2022-47599: Bit File Manager <= 5.2.7 PHP Object Injection
CVE-2022-47599 - 6.8CVE-2024-8743: Bit File Manager Limited JavaScript File Upload
CVE-2024-8743 - 6.4CVE-2025-1725: Bit File Manager Stored XSS
CVE-2025-1725
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C