CVE-2022-50958
Received Received - Intake
Reflected XSS in Jetpack WordPress Plugin

Publication date: 2026-05-10

Last updated on: 2026-05-10

Assigner: VulnCheck

Description
WordPress Plugin Jetpack 9.1 contains a reflected cross-site scripting vulnerability that allows unauthenticated attackers to inject malicious scripts by manipulating the post_id parameter. Attackers can craft URLs to the grunion-form-view.php endpoint with script payloads in the post_id parameter to execute arbitrary JavaScript in victim browsers.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-10
Last Modified
2026-05-10
Generated
2026-06-21
AI Q&A
2026-05-10
EPSS Evaluated
2026-06-20
NVD
EUVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
jetpack jetpack 9.1
automattic jetpack to 9.1 (inc)
automattic jetpack to 9.1 (exc)
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

CVE-2022-50958 is a reflected cross-site scripting (XSS) vulnerability found in the WordPress Plugin Jetpack version 9.1 or earlier.

This vulnerability occurs in the grunion-form-view.php file, where an attacker can manipulate the post_id parameter to inject malicious scripts.

By crafting URLs containing script payloads in the post_id parameter, unauthenticated attackers can cause arbitrary JavaScript to execute in the browsers of users who click those links.

Impact Analysis

This vulnerability allows attackers to execute arbitrary JavaScript in the browsers of users who click on maliciously crafted URLs.

Such execution can lead to theft of sensitive information, session hijacking, or other malicious actions performed on behalf of the victim.

Since the attack requires no authentication, any visitor to a vulnerable site can be targeted simply by clicking a manipulated link.

Detection Guidance

This vulnerability can be detected by monitoring for suspicious URLs targeting the grunion-form-view.php endpoint with unusual or script-like payloads in the post_id parameter.

You can use network monitoring tools or web server logs to search for requests containing the grunion-form-view.php path and inspect the post_id parameter for injected scripts.

  • Use grep or similar command on web server logs to find suspicious requests, for example: grep 'grunion-form-view.php' /var/log/apache2/access.log | grep 'post_id='
  • Use a web vulnerability scanner that supports detection of reflected XSS vulnerabilities targeting WordPress plugins.
Mitigation Strategies

Immediate mitigation steps include updating the Jetpack plugin to a version later than 9.1 where this vulnerability is fixed.

If an update is not immediately possible, consider disabling or restricting access to the grunion-form-view.php endpoint to prevent exploitation.

Additionally, implementing a Web Application Firewall (WAF) that can block malicious requests targeting the post_id parameter may help reduce risk.

Compliance Impact

The provided information does not specify how the CVE-2022-50958 vulnerability in the WordPress Plugin Jetpack affects compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50958. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart