Cyber Resilience

CVE-2025-28923

High

Published: 11 March 2025

Published
11 March 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0007 22.5th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-28923 is a high-severity CSRF (CWE-352) vulnerability. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 22.5th 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 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-28923, published on 2025-03-11, is a Cross-Site Request Forgery (CSRF) vulnerability classified under CWE-352 in the WordPress plugin "No Disposable Email" developed by philippe. The flaw enables Stored XSS and affects all versions of the plugin from unknown initial release through 2.5.1. It carries a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L), reflecting network-based exploitation with low complexity, no required privileges, user interaction, and scope change leading to low impacts across confidentiality, integrity, and availability.

Attackers can exploit this vulnerability without authentication by crafting a malicious webpage that tricks a logged-in user, typically a site administrator, into submitting a forged request to the plugin's endpoint via user interaction such as clicking a link or loading an image. Successful CSRF triggers Stored XSS, allowing attackers to inject and persist malicious scripts on the WordPress site, which execute in victims' browsers upon page access, potentially enabling session hijacking, data theft, or further attacks on site visitors.

The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/no-disposable-email/vulnerability/wordpress-no-disposable-email-plugin-2-5-1-csrf-to-stored-xss-vulnerability?_s_id=cve details the vulnerability in the No Disposable Email plugin version 2.5.1 and recommends mitigation through updating to a patched version beyond 2.5.1.

EU & UK References

Vulnerability details

Cross-Site Request Forgery (CSRF) vulnerability in philippe No Disposable Email no-disposable-email allows Stored XSS.This issue affects No Disposable Email: from n/a through <= 2.5.1.

CWE(s)

Related Threats

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.
T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
Why these techniques?

The CSRF vulnerability in a public-facing WordPress plugin directly enables exploitation of public-facing applications (T1190); the resulting Stored XSS facilitates browser session hijacking (T1185) as explicitly noted in the description.

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

CVEs Like This One

CVE-2025-23900Shared CWE-352
CVE-2026-29784Shared CWE-352
CVE-2025-25140Shared CWE-352
CVE-2025-23567Shared CWE-352
CVE-2025-31443Shared CWE-352
CVE-2025-31444Shared CWE-352
CVE-2025-22690Shared CWE-352
CVE-2025-26577Shared CWE-352
CVE-2025-30587Shared CWE-352
CVE-2025-23501Shared CWE-352

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly protects against CSRF attacks by ensuring the authenticity of communications sessions, preventing forged requests that trigger Stored XSS in the plugin.

prevent

Validates plugin inputs to block malicious payloads from being stored as XSS, mitigating the vulnerability even if CSRF occurs.

prevent

Requires timely remediation of flaws like this CVE by patching the No Disposable Email plugin to versions beyond 2.5.1.

References