Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wpza AMP Img Shortcode amp-img-shortcode allows Stored XSS.This issue affects AMP Img Shortcode: from n/a through <= 1.0.1.
Security readout for executives and security teams
Plain-English summary
CVE-2024-51576 is a stored cross-site scripting issue in the WordPress AMP Img Shortcode plugin through version 1.0.1. An authenticated low-privilege user could store unsafe content that later affects another user who views it. The supplied sources do not show active exploitation or a confirmed patch.
Executive priority
Treat this as a moderate-priority web risk. Prioritize sites with multiple authors, external contributors, or customer-facing WordPress administration. It does not currently show confirmed exploitation in the supplied sources, but stored XSS can affect administrators and site users if left unresolved.
Technical view
The issue is CWE-79 improper input neutralization during page generation in wpza AMP Img Shortcode. CVSS 3.1 is 6.5 with network access, low attack complexity, low privileges required, user interaction required, changed scope, and low confidentiality, integrity, and availability impacts.
Likely exposure
Exposure is limited to WordPress sites running AMP Img Shortcode through 1.0.1, especially where contributor-level or other low-privilege accounts can create shortcode content. Sites not using this plugin are not exposed based on the supplied bundle.
Exploitation context
The CVE is not listed as KEV, and the supplied sources do not cite active exploitation. The attack model requires an authenticated low-privilege actor and a victim interaction, making it less urgent than unauthenticated takeover bugs but still relevant for multi-user WordPress environments.
Researcher notes
The supplied bundle identifies the affected product and version range but does not include exploit details, proof of exploitation, or a named fixed version. The affected metadata also appears sparse, so validate by plugin slug and version rather than relying only on CPE data.
Mitigation direction
Inventory WordPress sites for the amp-img-shortcode plugin and installed version.
Check vendor and Patchstack guidance for a fixed release or official mitigation.
Disable or remove the plugin if it is not business-critical.
Limit content creation privileges to trusted users until remediation is confirmed.
Review related WordPress accounts for unnecessary low-privilege access.
Validation and detection
Confirm whether AMP Img Shortcode is installed on each WordPress site.
Verify the plugin version is not within the through-1.0.1 affected range.
Review whether untrusted users can create or edit shortcode content.
Check vendor or Patchstack records for remediation status before closing findings.
Document compensating controls if no vendor fix is available.
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.