LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24531: Charitable – Donation Plugin < 1.6.51 - Authenticated Stored Cross-Site Scripting (XSS)

The Charitable – Donation Plugin WordPress plugin before 1.6.51 is affected by an authenticated stored cross-site scripting vulnerability which was found in the add donation feature.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-24531 is an authenticated stored cross-site scripting issue in the Charitable Donation Plugin for WordPress before 1.6.51. An authenticated user using the add donation feature could store script content that later runs in another user's browser. This is mainly a risk to sites using the plugin for donation workflows.

Executive priority

Treat this as a timely WordPress plugin hygiene issue, not an emergency based on current evidence. Prioritize affected donation sites because successful XSS could compromise admin sessions or donor workflow integrity.

Technical view

The source describes CWE-79 stored XSS in the Charitable Donation Plugin's add donation feature before version 1.6.51. No CVSS score is provided. The issue requires authentication, and available sources do not name affected WordPress roles or confirm public exploitation.

Likely exposure

Exposure is likely limited to WordPress sites running Charitable Donation Plugin versions before 1.6.51, especially where authenticated users can access the add donation workflow.

Exploitation context

The bundle says KEV is false and provides no cited evidence of active exploitation. The authenticated requirement reduces broad internet-scale risk, but stored XSS can still affect administrators or staff who view tainted donation data.

Researcher notes

Evidence is sparse: no CVSS, no role matrix, and no exploit status beyond not being in KEV. Validate exposure through plugin version and access to the add donation feature; avoid assuming unauthenticated reachability.

Mitigation direction

  • Update Charitable Donation Plugin to version 1.6.51 or later.
  • Review vendor release notes and WPScan guidance for any additional instructions.
  • Restrict access to donation creation to trusted users only.
  • Review donation records for suspicious stored HTML or script-like content.

Validation and detection

  • Inventory WordPress sites using the Charitable Donation Plugin.
  • Confirm installed plugin versions are not earlier than 1.6.51.
  • Identify which authenticated users can access the add donation feature.
  • Check relevant audit logs for unusual donation creation activity.
Prepared
Confidence
medium
Sources
4

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-24531 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
3Source 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
UnknownCharitable – Donation Plugin1.6.51Listed
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.