CVE-2026-3243 HIGH

CVE-2026-3243: Advanced Members for ACF <= 1.2.5 - Authenticated (Subscriber+) Arbitrary File Deletion via Path Traversal

Vendor Danbilabs
Product Advanced Members for ACF
Weakness CWE-22 · Path traversal
Published April 8, 2026
Last update April 8, 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 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