CVE-2025-69302
Awaiting Analysis Awaiting Analysis - Queue
Reflected XSS in DesignThemes Core Features

Publication date: 2026-02-20

Last updated on: 2026-02-23

Assigner: Patchstack

Description
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in designthemes DesignThemes Core Features designthemes-core-features allows Reflected XSS.This issue affects DesignThemes Core Features: from n/a through <= 2.3.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-20
Last Modified
2026-02-23
Generated
2026-05-27
AI Q&A
2026-02-20
EPSS Evaluated
2026-05-25
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
designthemes core_features From 1.0 (inc) to 2.3 (inc)
designthemes core_features to 2.3 (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-69302 is a medium priority Cross Site Scripting (XSS) vulnerability affecting the WordPress DesignThemes Core Features Plugin versions 2.3 and below.

This vulnerability allows an attacker to inject malicious scriptsβ€”such as redirects, advertisements, or other HTML payloadsβ€”into a website, which execute when visitors access the compromised site.

Exploitation requires user interaction by a privileged user performing actions like clicking a malicious link, visiting a crafted page, or submitting a form.


How can this vulnerability impact me? :

[{'type': 'paragraph', 'content': 'The vulnerability can lead to the execution of malicious scripts on your website, which may result in unauthorized redirects, display of unwanted advertisements, or other harmful HTML payloads.'}, {'type': 'paragraph', 'content': "This can compromise the security and integrity of your website, potentially harming your users and damaging your site's reputation."}, {'type': 'paragraph', 'content': 'Since exploitation depends on privileged user interaction, attackers may trick authorized users into triggering the malicious scripts.'}] [1]


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

I don't know


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

[{'type': 'paragraph', 'content': 'This vulnerability is a reflected Cross Site Scripting (XSS) issue in the DesignThemes Core Features WordPress plugin. Detection typically involves monitoring for suspicious input being reflected in web pages without proper neutralization.'}, {'type': 'paragraph', 'content': 'Since the vulnerability involves malicious scripts injected via crafted URLs or form submissions, you can detect attempts by inspecting web server logs for unusual query parameters or payloads containing script tags or suspicious HTML.'}, {'type': 'paragraph', 'content': 'No specific commands are provided in the available resources, but common approaches include using tools like curl or wget to test for reflected input, or employing web vulnerability scanners that detect reflected XSS.'}, {'type': 'list_item', 'content': "Use curl to send crafted requests and observe if input is reflected unsanitized: curl -v 'http://yourwebsite.com/page?param=<script>alert(1)</script>'"}, {'type': 'list_item', 'content': 'Check web server access logs for suspicious query strings containing script tags or unusual payloads.'}, {'type': 'list_item', 'content': 'Use automated web vulnerability scanners that include reflected XSS detection.'}] [1]


What immediate steps should I take to mitigate this vulnerability?

Since no official patch is currently available for this vulnerability, immediate mitigation involves applying the Patchstack mitigation rule designed to block attacks targeting this issue.

Additionally, users should avoid clicking on suspicious links or visiting untrusted pages that could exploit this reflected XSS vulnerability.

Monitoring and filtering incoming requests to block malicious payloads can also help reduce risk until an official patch is released.


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