Cyber Posture

CVE-2025-15018

Critical

Published: 07 January 2026

Published
07 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0019 40.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-15018 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 40.2th 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

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

Mitigating Controls (NIST 800-53 r5)AI

prevent

Establishes secure procedures for managing authenticators including password resets, preventing unauthorized manipulation of reset keys leading to account takeover.

preventdetect

Requires procedures and monitoring for account modifications such as password resets, blocking or detecting unauthorized changes to user accounts including administrators.

prevent

Mandates timely remediation of flaws like the vulnerable random_password filter in the Optional Email plugin, preventing exploitation of the privilege escalation vulnerability.

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.
Why these techniques?

The vulnerability allows unauthenticated remote exploitation of a public-facing WordPress plugin (T1190) to achieve privilege escalation via administrator account takeover (T1068).

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

NVD Description

The Optional Email plugin for WordPress is vulnerable to Privilege Escalation via Account Takeover in all versions up to, and including, 1.3.11. This is due to the plugin not restricting its 'random_password' filter to registration contexts, allowing the filter to…

more

affect password reset key generation. This makes it possible for unauthenticated attackers to set a known password reset key when initiating a password reset, reset the password of any user including administrators, and gain access to their accounts.

Deeper analysisAI

CVE-2025-15018 is a privilege escalation vulnerability via account takeover in the Optional Email plugin for WordPress, affecting all versions up to and including 1.3.11. The issue arises because the plugin's 'random_password' filter is not restricted to registration contexts, enabling it to interfere with password reset key generation. Published on 2026-01-07, 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 linked to CWE-639 (Authorization Bypass Through User-Controlled Key).

Unauthenticated attackers can exploit this vulnerability by initiating a password reset and setting a known password reset key. This allows them to reset the password of any user, including administrators, thereby gaining full access to those accounts.

Advisories reference the vulnerable code in the plugin source at https://plugins.trac.wordpress.org/browser/optional-email/tags/1.3.11/optional-email.php?marks=44,51#L44, which marks lines 44 and 51, and Wordfence threat intelligence at https://www.wordfence.com/threat-intel/vulnerabilities/id/ff4243e9-cf72-40d5-bc7d-204426024a1d?source=cve for further details on the issue.

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-25147Shared CWE-639
CVE-2025-7347Shared CWE-639
CVE-2026-25497Shared CWE-639
CVE-2025-69274Shared CWE-639
CVE-2026-2414Shared CWE-639
CVE-2026-6001Shared CWE-639
CVE-2026-7399Shared CWE-639
CVE-2025-67165Shared CWE-639
CVE-2025-5948Shared CWE-639
CVE-2024-10497Shared CWE-639

References