Cyber Resilience

CVE-2026-3243

High

Published: 08 April 2026

Published
08 April 2026
Modified
24 April 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0081 52.1th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-3243 is a high-severity Path Traversal (CWE-22) vulnerability in Wordpress (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 47.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 CM-5 (Access Restrictions for Change) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-3243 is an arbitrary file deletion vulnerability in the Advanced Members for ACF plugin for WordPress, caused by insufficient file path validation in the create_crop function. It affects all versions up to and including 1.2.5. The issue, published on 2026-04-08, carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and maps to CWE-22.

Authenticated attackers with Subscriber-level access or higher can exploit the vulnerability over the network with low complexity. By targeting the flawed validation, they can delete arbitrary files on the server, potentially leading to remote code execution—for instance, by deleting critical files like wp-config.php.

The vulnerability was partially patched in version 1.2.5, as indicated by changesets in the plugin's Trac repository. References include code locations such as class-avatar.php lines 266 and 57 in tag 1.2.4, line 710 in trunk, and patch details in changesets 3479725 and 3492372.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

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…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1070.004 File Deletion Stealth
Adversaries may delete files left behind by the actions of their intrusion activity.
Why these techniques?

Vulnerability in public-facing WordPress plugin enables low-privilege authenticated exploitation (T1190) for arbitrary file deletion (T1070.004), facilitating privilege escalation via software vuln (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-2193Shared CWE-22
CVE-2026-35214Shared CWE-22
CVE-2026-4350Shared CWE-22
CVE-2025-7643Shared CWE-22
CVE-2025-41757Shared CWE-22
CVE-2025-14850Shared CWE-22
CVE-2025-8141Shared CWE-22
CVE-2025-2328Shared CWE-22
CVE-2026-7252Shared CWE-22
CVE-2025-7645Shared CWE-22

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires information input validation at system entry points, directly preventing path traversal exploits due to insufficient file path validation in the plugin's create_crop function.

prevent

Mandates timely identification, reporting, and correction of flaws like this arbitrary file deletion vulnerability through patching the affected plugin versions.

prevent

Restricts access to changes such as file deletions on system components, preventing authenticated low-privilege users from deleting arbitrary files like wp-config.php.

References