What the vulnerability does
01Description
The Advanced Members for ACF plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the create_crop function in all versions up to, and including, 1.2.5. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The vulnerability was partially patched in version 1.2.5.
Explanation of Vulnerability in Simple Terms
02Summary
Advanced Members for ACF versions up to 1.2.5 contain a path traversal vulnerability that allows authenticated users to read arbitrary files from the server. An attacker with low-level site access can bypass directory restrictions and access sensitive files outside the intended application directories. This affects confidentiality, integrity, and availability of the site.
What an attacker can do
03Attacker Capabilities
Read, modify, or delete arbitrary files on the server outside the intended application directories.
Potential impact on your site
04Site Impact
Sensitive files (config, database backups, private keys) may be exposed, modified, or deleted by any low-privilege user.
Conditions required to exploit
05Prerequisites
Attacker must have a low-privilege user account on the site (e.g., subscriber or contributor role).
Key dates
06Disclosure timeline
April 8, 2026
CVE published
April 8, 2026
Record updated