CVE-2026-22339
Deferred Deferred - Pending Action

Unauthenticated XSS in WPJobster

Vulnerability report for CVE-2026-22339, 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 WPJobster <= 6.3.5 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-18
EPSS Evaluated
2026-07-06
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
patchstack wpjobster to 6.3.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 Quick Actions

Instant insights powered by AI
Detection Guidance

This vulnerability is a reflected Cross Site Scripting (XSS) issue in the WPJobster WordPress theme up to version 6.3.5. Detection typically involves identifying attempts to inject malicious scripts via URLs or form submissions targeting the vulnerable theme.

Since the vulnerability requires user interaction such as clicking a malicious link or submitting a form, monitoring web server logs for suspicious query parameters or payloads containing script tags or typical XSS vectors can help detect exploitation attempts.

Example commands to detect potential exploitation attempts include searching web server access logs for suspicious patterns:

  • grep -iE '(<script|%3Cscript|javascript:|onerror=|onload=)' /var/log/apache2/access.log
  • grep -i 'wpjobster' /var/log/apache2/access.log | grep -iE '(<script|%3Cscript|javascript:)'

Additionally, using web application firewalls (WAF) with rules to detect and block XSS payloads targeting WPJobster can help mitigate and detect attacks.

Since no official patch is available yet, applying mitigation rules from Patchstack or consulting with your hosting provider or developer is advised.

Compliance Impact

The provided information does not specify how the WPJobster Cross Site Scripting (XSS) vulnerability directly impacts compliance with common standards and regulations such as GDPR or HIPAA.

Executive Summary

The vulnerability is an Unauthenticated Cross Site Scripting (XSS) issue in the WordPress WPJobster Theme versions up to and including 6.3.5.

This means that attackers can inject malicious scripts into the website without needing to be authenticated.

Successful exploitation requires user interaction, such as clicking a malicious link or submitting a form.

The injected scripts can perform actions like redirects or displaying unwanted advertisements.

Impact Analysis

This vulnerability can lead to attackers injecting malicious scripts into your website, which can harm your users and your site's reputation.

  • Users might be redirected to malicious websites.
  • Attackers can display unwanted advertisements or other harmful content.
  • It can be exploited in mass campaigns targeting many websites, increasing the risk of widespread damage.

Because the vulnerability requires user interaction, the impact depends on users clicking malicious links or submitting forms.

Mitigation Strategies

The WPJobster theme versions up to and including 6.3.5 are vulnerable to a Cross Site Scripting (XSS) attack.

Immediate mitigation steps include applying the Patchstack mitigation rule to block attacks until an official patch is released.

It is also advised to update the theme to a fixed version once available or seek assistance from your hosting provider or developer.

Chat Assistant

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

EPSS Chart