LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24541: Wonder PDF Embed < 1.7 - Contributor+ Stored XSS

The Wonder PDF Embed WordPress plugin before 1.7 does not escape parameters of its wonderplugin_pdf 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

This is a WordPress plugin issue where low-privileged content contributors could store script in PDF embed shortcode content. If viewed by others, that script could run in their browser, potentially exposing sessions or altering page behavior.

Executive priority

Treat as a targeted web integrity risk for affected WordPress sites, not as a broad critical emergency. Prioritize updates on multi-author sites and public-facing sites with untrusted contributors.

Technical view

Wonder PDF Embed before 1.7 did not escape parameters of the wonderplugin_pdf shortcode. A Contributor-level user or higher could create stored cross-site scripting content that executes when the shortcode renders. The source bundle provides no CVSS score.

Likely exposure

Exposure is likely limited to WordPress sites running Wonder PDF Embed before 1.7, especially sites allowing Contributor-level users to create shortcode-based content.

Exploitation context

The source bundle does not show CISA KEV listing or evidence of active exploitation. The vulnerability requires authenticated content creation privileges, reducing internet-wide exposure but still mattering for multi-user WordPress sites.

Researcher notes

The available record identifies CWE-79 stored XSS and Contributor+ reachability through unescaped shortcode parameters. Evidence is sparse: no CVSS, no exploit status, and no detailed vendor advisory is included in the bundle.

Mitigation direction

  • Upgrade Wonder PDF Embed to version 1.7 or later where available.
  • Restrict Contributor and Author publishing until affected sites are updated.
  • Review content using the wonderplugin_pdf shortcode for suspicious parameters.
  • Check vendor or WPScan guidance if upgrade status is unclear.

Validation and detection

  • Inventory WordPress sites for the Wonder PDF Embed plugin version.
  • Confirm whether installed versions are older than 1.7.
  • Identify users with Contributor or higher content creation roles.
  • Review posts and pages containing wonderplugin_pdf shortcodes.
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-24541 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 PDF Embed1.7Listed
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.