Security readout for executives and security teams
Plain-English summary
CVE-2021-24478 affects the Bookshelf WordPress plugin through version 2.0.4. A logged-in user with access to the plugin setting can store unsafe script content in the PayPal email address field, which may later run in visitors' browsers when displayed.
Executive priority
Prioritize validation where Bookshelf is deployed on public WordPress sites. Business urgency is lower than unauthenticated remote code execution, but stored XSS can still support account abuse, phishing, or session compromise if an attacker gets settings access.
Technical view
The plugin does not sanitize or escape the "Paypal email address" setting before outputting it in a page. This is an authenticated stored cross-site scripting issue categorized as CWE-79. The provided sources do not include CVSS, a fixed version, or detailed privilege requirements.
Likely exposure
Exposure is limited to WordPress sites running the Bookshelf plugin version 2.0.4 or earlier, especially where non-fully-trusted users can modify plugin payment settings.
Exploitation context
The source bundle does not show CISA KEV listing or other evidence of active exploitation. The issue is authenticated, so attacker access to the relevant WordPress/plugin setting is implied but exact required role is not provided.
Researcher notes
Key unknowns are exact affected privilege level, fixed version availability, and whether the vulnerable output appears on public pages by default. Avoid assuming active exploitation or a patch path from the current source bundle.
Mitigation direction
- Inventory WordPress sites for the Bookshelf plugin and its installed version.
- If using version 2.0.4 or earlier, check vendor or WPScan guidance for fixed release status.
- Restrict plugin settings access to trusted administrators only.
- Disable or replace the plugin if no maintained fixed version is available.
- Review stored PayPal email settings for unexpected or unsafe content.
Validation and detection
- Confirm whether Bookshelf is installed on each WordPress site.
- Record the installed plugin version and flag 2.0.4 or earlier.
- Verify which WordPress roles can edit the plugin's PayPal email setting.
- During authorized testing, confirm plugin setting output is safely escaped.
- Check page templates where the PayPal email setting is rendered.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-2021-24478 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://wpscan.com/vulnerability/c73818e5-0734-46c9-9703-d211b4f58664CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
