CVE-2026-22329
Deferred Deferred - Pending Action

Unauthenticated XSS in Skillate

Vulnerability report for CVE-2026-22329, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description

Unauthenticated Cross Site Scripting (XSS) in Skillate <= 1.2.10 versions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-17
Last Modified
2026-06-17
Generated
2026-07-08
AI Q&A
2026-06-17
EPSS Evaluated
2026-07-06
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
patchstack skillate to 1.2.10 (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 Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an Unauthenticated Cross Site Scripting (XSS) issue affecting WordPress Skillate Theme versions 1.2.10 and below. It allows attackers to inject malicious scripts into the website, which execute when visitors access the site.

The vulnerability is classified as medium priority with a CVSS score of 7.1, indicating moderate danger and potential for exploitation in widespread attacks.

Exploitation requires a privileged user to perform an action such as clicking a malicious link or submitting a form, which then triggers the injected scripts.

Impact Analysis

If exploited, this vulnerability can allow attackers to execute malicious scripts on your website, which may include redirects to harmful sites or displaying unwanted advertisements.

This can lead to compromised user experience, potential theft of user data, and damage to your website's reputation.

Since the vulnerability requires user interaction, attackers might use social engineering tactics to trick privileged users into triggering the exploit.

No official patch is currently available, so immediate mitigation actions such as applying Patchstack's mitigation rules or updating the theme when possible are advised.

Mitigation Strategies

Immediate action is advised to mitigate the Cross Site Scripting (XSS) vulnerability in WordPress Skillate Theme versions 1.2.10 and below.

  • Update the Skillate theme to a newer version if available.
  • Apply the mitigation rule issued by Patchstack to block attacks until an official fix is released.
  • Seek assistance from your hosting provider or a developer to implement temporary protections.
Detection Guidance

The vulnerability is a reflected Cross Site Scripting (XSS) in WordPress Skillate Theme versions 1.2.10 and below. Detection typically involves monitoring for suspicious input patterns or payloads in HTTP requests that could trigger script injection.

Since the vulnerability requires a user interaction such as clicking a malicious link or submitting a form, you can detect attempts by inspecting web server logs for unusual query parameters or POST data containing script tags or JavaScript code.

No specific detection commands are provided in the available resources, but general approaches include using tools like curl or wget to test for reflected XSS by sending crafted requests and observing responses for script injection.

  • Example curl command to test for reflected XSS: curl -G 'http://your-skillate-site.com/page' --data-urlencode 'param=<script>alert(1)</script>' -v
  • Review web server access logs for suspicious parameters containing script tags or unusual payloads.
  • Use web vulnerability scanners that support XSS detection against the Skillate theme endpoints.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-22329. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart