Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in John Hanusek imPress wp-js-impress allows Reflected XSS.This issue affects imPress: from n/a through <= 0.1.4.
Security readout for executives and security teams
Plain-English summary
CVE-2024-51704 is a reflected cross-site scripting issue in the WordPress imPress plugin, package wp-js-impress, affecting versions through 0.1.4. An attacker could trick a user into opening a crafted link that runs unwanted script in the user’s browser. The source bundle does not show active exploitation.
Executive priority
Treat as a high-priority WordPress plugin issue where the plugin is installed. Business risk is mainly session abuse, unauthorized actions, or content manipulation through browser-side script execution. Urgency is lower for sites without the plugin or where it is disabled.
Technical view
The vulnerability is CWE-79: improper neutralization of input during web page generation. CVSS 3.1 is 7.1, with network attack vector, low complexity, no privileges required, and user interaction required. Scope is changed, with low confidentiality, integrity, and availability impact.
Likely exposure
Exposure is limited to WordPress sites running the imPress plugin, wp-js-impress, at version 0.1.4 or earlier. Sites not using this plugin are not indicated as affected by the provided sources.
Exploitation context
The issue is remotely reachable but requires user interaction, typical of reflected XSS. A victim must be induced to visit attacker-controlled or crafted content. KEV is false in the provided bundle, and no cited source confirms exploitation in the wild.
Researcher notes
The public bundle is sparse and names no specific vulnerable parameter, exploit, or fixed release. Do not assume active exploitation. Further triage should focus on confirming plugin presence, version, active usage, and any newly published vendor or Patchstack remediation details.
Mitigation direction
Identify whether wp-js-impress/imPress is installed on WordPress sites.
If installed and not needed, disable or remove the plugin.
If needed, check vendor, WordPress, or Patchstack guidance for an updated fixed version.
Prioritize remediation for sites with administrator or authenticated user exposure.
Validation and detection
Inventory WordPress plugins and record imPress/wp-js-impress versions.
Flag any imPress version 0.1.4 or earlier for remediation review.
Confirm whether the plugin is active, internet-facing, and used by privileged users.
Review CVE and Patchstack entries for updated remediation details.
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.