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-05-10
AI Q&A
2026-05-10
EPSS Evaluated
N/A
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 Powered Q&A
Can you explain this vulnerability to me?

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.


How can this vulnerability impact me? :

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.


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

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.

What immediate steps should I take to mitigate this vulnerability?

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.


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

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.


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