Back to overview

CVE-2026-8095

HIGH
8.1
CVSS 3.1
Description
The Frontend File Manager Plugin plugin for WordPress is vulnerable to Authenticated Arbitrary File Deletion in versions up to and including 23.6. This is due to a case-sensitive bypass of the wpfm_dir_path parameter sanitization in the wpfm_file_meta_update AJAX handler, where supplying WPFM_DIR_PATH in uppercase evades the unset check and is normalized to wpfm_dir_path by sanitize_key() during update_post_meta(), allowing an attacker to overwrite the stored file path with an arbitrary filesystem path that is then passed directly to unlink() in delete_file_locally() without any directory containment validation. This makes it possible for authenticated attackers with Subscriber-level access to delete arbitrary files on the server, including sensitive files such as wp-config.php, potentially leading to full site takeover.

Metadata

CVE ID
CVE-2026-8095
State
PUBLISHED
Assigner
Wordfence
Reserved
2026-05-07 12:47 UTC
Published
2026-06-27 23:28 UTC
Last updated
2026-06-27 23:28 UTC
Primary CWE
CWE-73
CWE-73 External Control of File Name or Path
Vendor / Product
nmedia / Frontend File Manager Plugin
Sources
cve.org  ·  NVD

Severity & Metrics

8.1 HIGH CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Affected products (1)
VendorProductPlatformVersions
nmedia Frontend File Manager Plugin 0 ≤ 23.6
Weakness (CWE)
CWESourceDescription
CWE-73 cna CWE-73 External Control of File Name or Path
CVSS scores (1)
ScoreSeverityVersionSourceVector
8.1 HIGH 3.1 cna CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Back to overview