CVE-2025-14998
Published: 02 January 2026
Summary
CVE-2025-14998 is a critical-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Wordpress (inferred from references). Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 18.6th 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-2 (Account Management) and IA-5 (Authenticator Management).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires verification of user identity prior to distributing or changing authenticators like passwords, directly preventing unauthorized password updates exploited in this CVE.
Mandates secure procedures for modifying accounts including password changes, countering the plugin's failure to validate identity during account updates.
Enforces input validation at system entry points to block authorization bypass via unvalidated user-controlled identity claims used for password changes.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote unauthenticated exploitation of public-facing WordPress plugin (T1190) enabling account takeover via password manipulation to abuse valid admin accounts (T1078).
NVD Description
The Branda plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 3.4.24. This is due to the plugin not properly validating a user's identity prior to updating their password. This makes…
more
it possible for unauthenticated attackers to change arbitrary user's passwords, including administrators, and leverage that to gain access to their account.
Deeper analysisAI
CVE-2025-14998 is a privilege escalation vulnerability via account takeover affecting the Branda plugin for WordPress in all versions up to and including 3.4.24. The issue stems from the plugin failing to properly validate a user's identity before allowing password updates, enabling unauthorized password changes. It has a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-639 (Authorization Bypass Through User-Controlled Key).
Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction required. By targeting the vulnerable endpoint, they can change the passwords of arbitrary users, including administrators, and subsequently log in to gain full account access, potentially leading to complete site compromise.
Mitigation details are available in advisories from Wordfence and the WordPress plugin trac repository, which reference the vulnerable code in version 3.4.24 at inc/modules/login-screen/signup-password.php line 24 and a fix in changeset 3429115. Security practitioners should update the Branda plugin to a version beyond 3.4.24 to address the issue.
Details
- CWE(s)