LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24538: Current Book <= 1.0.1 - Authenticated Stored Cross-Site Scripting (XSS)

The Current Book WordPress plugin through 1.0.1 does not sanitize user input when an authenticated user adds Author or Book Title, then does not escape these values when outputting to the browser leading to an Authenticated Stored XSS Cross-Site Scripting issue.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Current Book, a WordPress plugin, allowed authenticated users to save Author or Book Title values that were later shown without proper safety checks. A malicious logged-in user could store script content that runs when another user views affected pages. The sources do not show active exploitation or a confirmed fixed version.

Executive priority

Treat this as a moderate WordPress application risk. It is not evidenced as actively exploited, but stored XSS can affect administrators and site visitors once malicious content is saved. Prioritize sites that allow multiple authenticated contributors or public account creation.

Technical view

CVE-2021-24538 is a CWE-79 authenticated stored XSS in Current Book through version 1.0.1. The issue is missing input sanitization on Author and Book Title values and missing output escaping when those values are rendered in the browser. Severity, CVSS, affected roles, and patch status are not supplied in the bundle.

Likely exposure

Exposure is limited to WordPress sites running Current Book version 1.0.1 or earlier. Risk is higher where untrusted or lower-privileged authenticated users can create or edit book metadata that other users, editors, or administrators later view.

Exploitation context

The provided sources describe the flaw as authenticated stored XSS. They do not cite exploitation in the wild, and the CVE is not marked in KEV. Exploitation would require a logged-in user able to add affected Author or Book Title content and a victim viewing the stored output.

Researcher notes

The evidence is concise and points to Author and Book Title fields. Missing details include CVSS, required WordPress role, proof of fix, and exploit observations. Validate against the installed plugin code and current WPScan/vendor guidance before assigning final remediation status.

Mitigation direction

  • Inventory WordPress sites for Current Book version 1.0.1 or earlier.
  • Check WPScan and vendor guidance for an updated or maintained replacement.
  • Disable or remove the plugin if no safe maintained version is available.
  • Restrict book metadata editing to trusted users until remediated.
  • Review stored Author and Book Title values for unexpected script-like content.

Validation and detection

  • Confirm whether Current Book is installed and record its version.
  • Verify which authenticated roles can add or edit book metadata.
  • Review affected rendering paths for proper sanitization and output escaping.
  • Check plugin advisories for patch status before closing the finding.
  • Inspect existing book metadata for suspicious embedded markup.
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-24538 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
UnknownCurrent Book1.0.1Listed
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.