CVE-2025-23655
Published: 14 February 2025
Summary
CVE-2025-23655 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 at the 29.3th 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-23655 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the crystalwebpro Contact Form 7 – Paystack Add-on plugin (cf7-paystack-add-on) for WordPress. This issue affects all versions from n/a through 1.2.3 inclusive. Published on 2025-02-14T13:15:45.610, 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).
Unauthenticated attackers accessible over the network can exploit this with low attack complexity, though it requires user interaction, such as a victim visiting a maliciously crafted URL. Successful exploitation reflects attacker-controlled input back into the web page, executing JavaScript in the victim's browser context and enabling low-level impacts on confidentiality, integrity, and availability across a changed scope.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/cf7-paystack-add-on/vulnerability/wordpress-contact-form-7-paystack-add-on-plugin-1-2-3-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-3319
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in crystalwebpro Contact Form 7 – Paystack Add-on cf7-paystack-add-on allows Reflected XSS.This issue affects Contact Form 7 – Paystack Add-on: from n/a through <= 1.2.3.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress plugin directly enables exploitation of public-facing applications (T1190) and arbitrary JavaScript execution in victim's browser (T1059.007) via crafted URL.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Information output filtering neutralizes attacker-controlled input reflected in web pages, directly preventing JavaScript execution in the victim's browser for this Reflected XSS vulnerability.
Information input validation at entry points rejects or sanitizes malicious payloads in URLs targeting the Contact Form 7 Paystack plugin, blocking the XSS exploit before reflection.
Flaw remediation ensures timely patching of the vulnerable cf7-paystack-add-on plugin versions up to 1.2.3, eliminating the specific improper neutralization issue.