CVE-2025-14741
Published: 09 January 2026
Summary
CVE-2025-14741 is a critical-severity Missing Authorization (CWE-862) vulnerability in Wordpress (inferred from references). Its CVSS base score is 9.1 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.3th 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-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Enforces approved authorizations for logical access to information and system resources, directly addressing the missing capability check in the delete_object function that allowed unauthenticated deletions of posts, pages, products, terms, and users.
Requires timely identification, reporting, and correction of system flaws, enabling remediation of this vulnerability by updating the plugin to version 3.28.26 which adds the authorization checks.
Employs least privilege to restrict access to only necessary permissions, mitigating unauthorized delete actions by unauthenticated attackers lacking required capabilities.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Missing authorization in public WordPress plugin directly enables remote unauthenticated exploitation (T1190) resulting in arbitrary data deletion (T1485) and account removal (T1531).
NVD Description
The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to missing authorization to unauthorized data modification and deletion due to a missing capability check on the 'delete_object' function in all versions up to, and including, 3.28.25. This makes it…
more
possible for unauthenticated attackers to delete arbitrary posts, pages, products, taxonomy terms, and user accounts.
Deeper analysisAI
CVE-2025-14741 is a missing authorization vulnerability (CWE-862) in the Frontend Admin by DynamiApps plugin for WordPress. The issue stems from a missing capability check in the 'delete_object' function, affecting all versions up to and including 3.28.25. This flaw enables unauthorized data modification and deletion, with a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H).
Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction required. Successful exploitation allows deletion of arbitrary posts, pages, products, taxonomy terms, and user accounts, potentially disrupting site functionality and data integrity.
The Wordfence threat intelligence advisory details the vulnerability and provides context on exploitation. A code reference in version 3.28.26 of the plugin highlights changes around lines 106, 119, 132, and 142 in class-delete-object.php, indicating the addition of authorization checks as the fix. WordPress site administrators should update to version 3.28.26 or later to mitigate the issue.
Details
- CWE(s)