LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24478: Bookshelf <= 2.0.4 - Authenticated Stored Cross-Site Scripting (XSS)

The Bookshelf WordPress plugin through 2.0.4 does not sanitise or escape its "Paypal email address" setting before outputting it in the page, leading to an authenticated Stored Cross-Site Scripting issue

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

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.
Prepared
Confidence
medium
Sources
3

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-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
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
UnknownBookshelf2.0.4Listed
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.