LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24540: Wonder Video Embed < 1.8 - Contributor+ Stored XSS

The Wonder Video Embed WordPress plugin before 1.8 does not escape parameters of its wonderplugin_video shortcode, which could allow users with a role as low as Contributor to perform Stored XSS attacks.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-24540 is a stored cross-site scripting issue in the Wonder Video Embed WordPress plugin before version 1.8. A Contributor-level user could save malicious script through the plugin shortcode parameters. That script could later run in another user’s browser when affected content is viewed.

Executive priority

Treat as a moderate-priority WordPress hygiene issue. Prioritize sites with many content contributors, untrusted authors, or admin users who regularly review submitted posts.

Technical view

The plugin fails to escape parameters of the `wonderplugin_video` shortcode. Because WordPress Contributors can create content using shortcodes, an authenticated low-privilege user may persist XSS content. The source bundle does not include CVSS scoring, exploit maturity, or detailed fix notes beyond the affected pre-1.8 version range.

Likely exposure

Exposure is limited to WordPress sites that installed Wonder Video Embed before version 1.8 and allow Contributor or higher users to create shortcode content.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The attack requires authenticated content author access, reducing internet-scale risk but still creating account-abuse and admin-session exposure concerns.

Researcher notes

Evidence supports authenticated stored XSS through shortcode parameter handling. The bundle does not provide payload details, CVSS metrics, proof of exploitation, or complete patch notes. Avoid assuming broader plugin families or unrelated WonderPlugin products are affected.

Mitigation direction

  • Inventory WordPress sites for Wonder Video Embed installations.
  • Update Wonder Video Embed beyond affected pre-1.8 versions where available.
  • Restrict Contributor access on sites using this plugin.
  • Review vendor and WPScan guidance for any additional remediation.
  • Remove the plugin if it is unused or cannot be updated.

Validation and detection

  • Confirm installed plugin version on each WordPress site.
  • Search published posts and drafts for `wonderplugin_video` shortcode usage.
  • Review Contributor and author accounts for unnecessary access.
  • Check web logs and content history for suspicious shortcode edits.
  • Verify patched sites no longer run unescaped shortcode parameters.
Prepared
Confidence
medium
Sources
3

Public sources used

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-24540 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownWonder Video Embed1.8Listed
Weakness

CWE details

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.