CVE-2025-15364
Published: 06 January 2026
Summary
CVE-2025-15364 is a high-severity Missing Support for Integrity Check (CWE-353) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 6.4th 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 IA-11 (Re-authentication).
Deeper analysis
CVE-2025-15364 is a privilege escalation vulnerability via account takeover in the Download Manager plugin for WordPress, affecting all versions up to and including 3.3.40. The issue stems from the plugin failing to properly validate a user's identity before updating their details, such as passwords, mapped to CWE-353 (Missing Support for Integrity Check). It carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and was published on 2026-01-06.
Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction required. By leveraging the flawed validation, they can change passwords for non-administrator user accounts, enabling full account takeover and unauthorized access to those accounts.
Advisories and references point to the root cause in the plugin's Crypt.php file at line 18, with a fix applied in changeset 3431915. Additional details are available in Wordfence's threat intelligence report.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-1097
Vulnerability details
The Download Manager plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 3.3.40. This is due to the plugin not properly validating a user's identity prior to updating their details like…
more
password. This makes it possible for unauthenticated attackers to change user's passwords, except administrators, and leverage that to gain access to their account.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Directly enables unauthenticated remote exploitation of a public-facing WordPress plugin (T1190) to perform unauthorized account modifications (T1098) resulting in valid account takeover (T1078) and privilege escalation (T1068).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly enforces identity validation before permitting password or account-detail modifications, blocking the unauthenticated takeover path.
Requires re-authentication before sensitive credential changes, directly closing the missing identity-validation flaw.
Mandates reliable identification and authentication of users prior to any account-modifying action.