CVE-2026-15991: File Manager 6.0 - 6.9 - Missing Authorization to Authenticated (Subscriber+) Arbitrary File Read and Deletion via 'cmd' Query Parameter
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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-15991?
CVE-2026-15991 has a high severity rating of 8.8.
How do I fix CVE-2026-15991?
To fix CVE-2026-15991, update the File Manager plugin to the latest version that addresses the insufficient file path validation.
What is the impact of CVE-2026-15991 on WordPress sites?
CVE-2026-15991 allows authenticated attackers to read and delete arbitrary files, posing significant risk to WordPress sites.
Who is affected by CVE-2026-15991?
CVE-2026-15991 affects users of the WordPress File Manager plugin versions 6.0 to 6.9 with subscriber-level access or higher.
What type of vulnerability is CVE-2026-15991?
CVE-2026-15991 is an authorization vulnerability that enables arbitrary file read and deletion.