Cyber Posture

CVE-2026-4896

High

Published: 04 April 2026

Published
04 April 2026
Modified
24 April 2026
KEV Added
Patch
CVSS Score 8.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
EPSS Score 0.0001 3.1th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-4896 is a high-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Wordpress (inferred from references). Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 3.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

AC-3 enforces approved authorizations on logical access to resources like orders, products, and posts, preventing authenticated vendors from modifying or deleting objects regardless of ownership via unchecked object IDs.

prevent

SI-10 requires validation of user-supplied object IDs in AJAX actions such as wcfm_modify_order_status and delete_wcfm_product, directly addressing the missing checks that enable IDOR exploitation.

prevent

AC-6 applies least privilege to restrict Vendor-level users to only their own orders, products, and posts, mitigating unauthorized access even if enforcement mechanisms have gaps.

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.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
T1485 Data Destruction Impact
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources.
Why these techniques?

IDOR in public-facing WordPress plugin enables network exploitation (T1190) leading to unauthorized stored data modification (order status, posts/products/pages) and data destruction (deletions).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

The WCFM – Frontend Manager for WooCommerce along with Bookings Subscription Listings Compatible plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 6.7.25 via multiple AJAX actions including `wcfm_modify_order_status`, `delete_wcfm_article`, `delete_wcfm_product`, and…

more

the article management controller due to missing validation on user-supplied object IDs. This makes it possible for authenticated attackers, with Vendor-level access and above, to modify the status of any order, delete or modify any post/product/page, regardless of ownership.

Deeper analysisAI

CVE-2026-4896 is an Insecure Direct Object Reference vulnerability (CWE-639) in the WCFM – Frontend Manager for WooCommerce plugin, along with the Bookings Subscription Listings Compatible plugin, for WordPress. It affects all versions up to and including 6.7.25. The flaw stems from missing validation on user-supplied object IDs in multiple AJAX actions, including wcfm_modify_order_status, delete_wcfm_article, delete_wcfm_product, and the article management controller.

Authenticated attackers with Vendor-level access or higher can exploit this over the network (AV:N) with low attack complexity (AC:L), low privileges (PR:L), and no user interaction (UI:N). Exploitation enables modification of any order status, deletion or modification of any post, product, or page, regardless of ownership, leading to high integrity (I:H) and availability (A:H) impacts with no confidentiality effects (C:N). The CVSS v3.1 base score is 8.1 (S:U).

Advisories reference specific vulnerable code locations, such as line 644-880 in core/class-wcfm-ajax.php and line 271 in core/class-wcfm-article.php from the plugin's 6.7.24 trac tag, as detailed in Wordfence threat intelligence. Security practitioners should consult these sources for targeted analysis and remediation.

Details

CWE(s)

Affected Products

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

CVEs Like This One

CVE-2026-1375Shared CWE-639
CVE-2026-25564Shared CWE-639
CVE-2026-1947Shared CWE-639
CVE-2024-50689Shared CWE-639
CVE-2026-26078Shared CWE-639
CVE-2026-33702Shared CWE-639
CVE-2026-29189Shared CWE-639
CVE-2026-38532Shared CWE-639
CVE-2025-34437Shared CWE-639
CVE-2026-30884Shared CWE-639

References