CVE-2025-69321
Published: 22 January 2026
Summary
CVE-2025-69321 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 5.4th 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-69321 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, affecting the Grand Spa WordPress theme developed by ThemeGoods. The issue impacts all versions of the Grand Spa theme from unknown initial versions through 3.5.5. It was published on 2026-01-22T17:16:27.977 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 complexity and no required privileges, though it demands user interaction, such as visiting a maliciously crafted link. Upon successful exploitation, the reflected XSS enables injection of arbitrary scripts into dynamically generated web pages viewed in users' browsers, potentially compromising low-level confidentiality, integrity, and availability impacts with a changed scope.
Mitigation guidance is available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/grandspa/vulnerability/wordpress-grand-spa-theme-3-5-5-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-3899
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in ThemeGoods Grand Spa grandspa allows Reflected XSS.This issue affects Grand Spa: from n/a through <= 3.5.5.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress theme directly enables remote exploitation of web app (T1190) and arbitrary JavaScript execution in victim browser via malicious link (T1059.007).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and neutralization of untrusted input before it is used in web page generation, blocking the reflected XSS payload at its source.
Requires filtering or encoding of information sent to users, preventing injected scripts from being reflected and executed in the browser.
Provides mechanisms to detect and block malicious code (scripts) delivered via web requests or responses, mitigating exploitation of the unneutralized input.