CVE-2026-8095 Details
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.
A vulnerability allowing authenticated users to delete arbitrary files has been identified in the Frontend File Manager Plugin for WordPress, affecting versions through 23.6. This issue arises from a case-sensitive bypass in the sanitization of the 'wpfm_dir_path' parameter within the 'wpfm_file_meta_update' AJAX handler. By supplying 'WPFM_DIR_PATH' in uppercase, the unset check is evaded, and the path is normalized to 'wpfm_dir_path' using 'sanitize_key()' during 'update_post_meta()'. This allows an attacker to overwrite the stored file path with an arbitrary filesystem path, which is then passed directly to 'unlink()' in 'delete_file_locally()' without any directory containment validation. As a result, authenticated attackers with Subscriber-level access can delete any file on the server, including sensitive files like 'wp-config.php', potentially leading to a complete takeover of the site.
No known patch is available for this vulnerability. It is recommended to review the vulnerability details thoroughly and consider uninstalling the affected plugin.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 28, 2026CISA-ADP
Assessed Jun 29, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-73 | External Control of File Name or Path | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Frontend File Manager | <= 23.6 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 29, 2026 | CVE Modified | CISA-ADP |
| Jun 28, 2026 | New CVE Received | [email protected] |
Volerion