Cyber Resilience

CVE-2025-23836

High

Published: 23 January 2025

Published
23 January 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.0018 39.1th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-23836 is a high-severity Cross-site Scripting (CWE-79) vulnerability. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Malicious Link (T1204.001); ranked at the 39.1th 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 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2025-23836 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the Custom Coming Soon WordPress plugin by SuryaBhan. This issue affects all versions of the custom-coming-soon plugin from n/a through 2.2 inclusive. The vulnerability was published on 2025-01-23 and 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).

Attackers can exploit this reflected XSS vulnerability remotely over the network with low attack complexity and no required privileges, though it demands user interaction such as clicking a malicious link. Upon successful exploitation, adversaries achieve limited impacts on confidentiality, integrity, and availability with a changed scope, enabling client-side effects like session hijacking, data exfiltration from the victim's browser, or unauthorized actions within the site's context.

The Patchstack advisory provides details on mitigation, available at https://patchstack.com/database/Wordpress/Plugin/custom-coming-soon/vulnerability/wordpress-custom-coming-soon-plugin-2-2-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve.

EU & UK References

Vulnerability details

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in SuryaBhan Custom Coming Soon custom-coming-soon allows Reflected XSS.This issue affects Custom Coming Soon: from n/a through <= 2.2.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
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.
T1041 Exfiltration Over C2 Channel Exfiltration
Adversaries may steal data by exfiltrating it over an existing command and control channel.
Why these techniques?

The reflected XSS vulnerability in a public-facing WordPress plugin is exploited via malicious links requiring user interaction (T1204.001), directly enabling browser session hijacking (T1185) and data exfiltration from the victim's browser over a C2 channel (T1041) as described in the client-side impacts.

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

CVEs Like This One

CVE-2024-13918Shared CWE-79
CVE-2025-68880Shared CWE-79
CVE-2025-24686Shared CWE-79
CVE-2025-22332Shared CWE-79
CVE-2025-23520Shared CWE-79
CVE-2025-28899Shared CWE-79
CVE-2026-25018Shared CWE-79
CVE-2025-28924Shared CWE-79
CVE-2025-23699Shared CWE-79
CVE-2025-23632Shared CWE-79

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents reflected XSS by filtering malicious scripts from untrusted user inputs during web page generation in the Custom Coming Soon plugin.

prevent

Mitigates the improper neutralization vulnerability by validating and sanitizing user inputs to block XSS payloads before reflection.

prevent

Addresses the specific flaw in the plugin by requiring timely identification, reporting, and patching of the reflected XSS vulnerability.

References