CVE-2023-54332: Jetpack 11.4 - Cross Site Scripting (XSS)
Jetpack 11.4 contains a cross-site scripting vulnerability in the contact form module that allows attackers to inject malicious scripts through the post_id parameter. Attackers can craft malicious URLs with script payloads to execute arbitrary JavaScript in victims' browsers when they interact with the contact form page.
Security readout for executives and security teams
Plain-English summary
Jetpack 11.4 for WordPress has a cross-site scripting issue in its contact form handling. A malicious link could cause JavaScript to run in a visitor’s browser after user interaction. This is not listed as known exploited in CISA KEV, but public exploit information is referenced.
Executive priority
Treat this as a moderate web risk. It is unlikely to justify emergency shutdown by itself, but public exploit information and WordPress exposure make prompt inventory and remediation appropriate for internet-facing sites.
Technical view
The supplied sources describe reflected XSS in Jetpack 11.4 contact form logic through the post_id parameter. CVSS 3.1 is 6.1: network-reachable, low complexity, no privileges required, user interaction required, changed scope, low confidentiality and integrity impact, no availability impact.
Likely exposure
Exposure is limited to WordPress sites running Automattic Jetpack version 11.4, especially where the contact form module or affected pages are available to users. The source bundle does not identify other affected versions or CPEs.
Exploitation context
The bundle cites an ExploitDB entry and a VulnCheck advisory, so public exploit information exists. KEV is false and the provided sources do not state active exploitation. Successful abuse depends on convincing a victim to interact with a crafted contact form URL.
Researcher notes
Evidence is sufficient for affected product/version, weakness class, and high-level attack condition. It is incomplete on fixed version, vendor advisory details, real-world exploitation, and deployment prerequisites beyond the contact form module.
Mitigation direction
Inventory WordPress sites for Jetpack 11.4 immediately.
Check Automattic or WordPress Jetpack guidance for the fixed supported release.
Upgrade away from Jetpack 11.4 after normal change testing.
Disable affected contact form functionality if upgrade timing is blocked.
Use browser-side hardening such as CSP where compatible.
Validation and detection
Confirm deployed Jetpack versions across all WordPress properties.
Verify whether Jetpack contact forms are enabled and publicly reachable.
Review web logs for suspicious contact form requests involving post_id.
Retest after remediation to confirm the affected behavior is gone.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.