CVE-2025-69321
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-22

Last updated on: 2026-01-27

Assigner: Patchstack

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-22
Last Modified
2026-01-27
Generated
2026-05-06
AI Q&A
2026-01-22
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
themegoods grand_spa From 3.0.0 (inc) to 3.5.5 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-69321 is a medium severity Reflected Cross Site Scripting (XSS) vulnerability in the WordPress Grand Spa Theme up to version 3.5.5. It allows attackers to inject malicious scripts, such as redirects or advertisements, which execute when visitors access the compromised website. The attack can be initiated by an unauthenticated user but requires user interaction, like clicking a malicious link or submitting a form. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

Detection of this vulnerability involves identifying attempts to exploit reflected XSS in the Grand Spa Theme up to version 3.5.5. You can monitor web server logs for suspicious URL parameters containing script tags or typical XSS payloads. Using web vulnerability scanners that support WordPress themes, such as WPScan or Burp Suite, can help detect this reflected XSS. Additionally, inspecting HTTP requests for unusual input patterns or payloads that include JavaScript code can indicate exploitation attempts. Specific commands depend on your environment, but for example, using grep on server logs: grep -iE '<script|javascript:' /var/log/apache2/access.log or using curl to test with crafted URLs containing script payloads can help detect the vulnerability. [1]


What immediate steps should I take to mitigate this vulnerability?

The immediate mitigation step is to update the Grand Spa Theme to version 3.5.6 or later, where the vulnerability is fixed. Until the update can be applied, users can implement the mitigation rule issued by Patchstack to block attacks targeting this vulnerability. Additionally, restricting user input and sanitizing inputs on the web application side can help reduce risk. Employing web application firewalls (WAFs) with rules to detect and block reflected XSS payloads is also recommended. [1]


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The provided resources do not specify how this Cross-site Scripting (XSS) vulnerability in the Grand Spa Theme affects compliance with common standards and regulations such as GDPR or HIPAA.


How can this vulnerability impact me? :

This vulnerability can lead to attackers executing malicious scripts in the context of the affected website, potentially redirecting users to harmful sites, displaying unwanted advertisements, or stealing sensitive information. It compromises the security and trustworthiness of the website and can affect users who interact with the site. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart