Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
8.1

CVE-2026-8095: WordPress Frontend File Manager Plugin deletes arbitrary files

CVE-2026-8095
Summary

The Frontend File Manager Plugin for WordPress, used in versions up to 23.6, allows attackers with Subscriber-level access to delete any file on the server, including sensitive files like the site's configuration. This can lead to a full site takeover. To fix this, update the plugin to version 23.7 or later.

Original title
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...
Original 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.
nvd CVSS3.1 8.1
Vulnerability type
CWE-73
Published: 28 Jun 2026 · Updated: 23 Jul 2026 · First seen: 29 Jun 2026