CVE-2025-23605
Published: 22 January 2025
Summary
CVE-2025-23605 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 Exploit Public-Facing Application (T1190); ranked in the top 42.6% of CVEs by exploit likelihood; 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-23605 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the Call To Action Popup plugin (call-to-action-popup) for WordPress developed by lampd. This issue affects all versions of the plugin from n/a through 1.0.2 inclusive. The vulnerability was published on 2025-01-22 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 vulnerability remotely over the network with low attack complexity and no required privileges, though it demands user interaction such as visiting a maliciously crafted link or page. Upon successful exploitation, reflected XSS allows injection of arbitrary scripts into dynamically generated web pages viewed by authenticated users, potentially compromising low levels of confidentiality, integrity, and availability. The changed scope (S:C) indicates impact extends beyond the vulnerable component, enabling theft of session cookies, keystroke logging, or phishing within the context of the WordPress site.
The primary advisory from Patchstack (https://patchstack.com/database/Wordpress/Plugin/call-to-action-popup/vulnerability/wordpress-call-to-action-popup-plugin-1-0-2-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve) documents this vulnerability in the Call To Action Popup WordPress plugin version 1.0.2. Security practitioners should review this reference for recommended mitigations, which may include plugin updates if available, input sanitization, or temporary disabling of the plugin.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-3280
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in lampd Call To Action Popup call-to-action-popup allows Reflected XSS.This issue affects Call To Action Popup: from n/a through <= 1.0.2.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress plugin directly enables T1190 (exploiting the app via crafted input), T1185 (browser session hijacking), T1056.001 (keylogging via injected scripts), and T1550.004 (stealing web session cookies).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly addresses improper neutralization of input by requiring validation of user inputs to prevent reflected XSS script injection in the WordPress plugin.
Prevents reflected XSS by filtering information outputs during web page generation to neutralize malicious scripts before rendering.
Mitigates the specific CVE by requiring timely flaw remediation, such as updating or disabling the vulnerable Call To Action Popup plugin.