CVE-2026-15991

File Manager 6.0 - 6.9 - Missing Authorization to Authenticated (Subscriber+) Arbitrary File Read and Deletion via 'cmd' Query Parameter

2026-08-05 15:03
daroo

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
View all File Manager vulnerabilities

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

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C