CVE-2026-15991 HIGH

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

Vendor Bitpressadmin
Product File Manager
Weakness CWE-862 · Missing authorization
Published August 6, 2026
Last update August 6, 2026

CVSS base score

8.8/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Bitpress File Manager versions 6.0 through 6.9 lack proper authorization checks, allowing authenticated users to perform actions they should not have permission to do. An attacker with low-level access can read, modify, or delete files and data on the site. This affects confidentiality, integrity, and availability of site content.

What an attacker can do

03Attacker Capabilities

Read, modify, or delete files and data on the site without proper authorization.

Potential impact on your site

04Site Impact

Unauthorized users can access, alter, or destroy site files and data.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege user account on the site.

Key dates

06Disclosure timeline

August 6, 2026 CVE published
August 6, 2026 Record updated

Related vulnerabilities

08Related CVE