LiveActive security incident?Get immediate response
CVE Record

CVE-2022-2117: GiveWP – Donation Plugin and Fundraising Platform <= 2.20.2 - Sensitive Information Disclosure

The GiveWP plugin for WordPress is vulnerable to Sensitive Information Disclosure in versions up to, and including, 2.20.2 via the /donor-wall REST-API endpoint which provides unauthenticated users with donor information even when the donor wall is not enabled. This functionality has been completely removed in version 2.20.2.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-2117 is a privacy issue in the GiveWP WordPress donation plugin. Public visitors could access donor information through a REST API endpoint even when the donor wall feature was not enabled. The issue is rated medium because it exposes data but does not allow system takeover, data modification, or service disruption.

Executive priority

Treat this as a moderate privacy remediation item. Prioritize public donation sites, especially those handling donor identities or contribution history. It is not a takeover vulnerability, but donor data exposure can create regulatory, contractual, and reputational consequences.

Technical view

GiveWP versions up to and including 2.20.2 exposed donor information through the unauthenticated /donor-wall REST API endpoint. The CVSS 3.1 score is 5.3, with network access, low complexity, no privileges, no user interaction, and low confidentiality impact. Public sources reference removal of the affected functionality, with a WordPress Trac changeset under version 2.21.0.

Likely exposure

Exposure is likely limited to public WordPress sites running vulnerable GiveWP versions with donor data present. The issue is relevant even if the donor wall was disabled, because the vulnerable endpoint could still disclose information to unauthenticated users.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The vulnerability is still operationally simple to abuse because it is network-reachable, unauthenticated, low-complexity, and does not require user interaction.

Researcher notes

The source bundle has a wording inconsistency: it says versions through 2.20.2 are vulnerable, while also saying functionality was removed in 2.20.2; the referenced WordPress Trac changeset is under 2.21.0. Validate against vendor release notes before making exact fixed-version claims.

Mitigation direction

  • Inventory WordPress sites using the GiveWP plugin.
  • Upgrade GiveWP beyond affected versions or to the current vendor-supported release.
  • Verify the vulnerable donor wall API functionality is removed after updating.
  • Review vendor and Wordfence guidance for any additional remediation details.
  • Assess donor privacy obligations if exposed data may have been accessed.

Validation and detection

  • Confirm installed GiveWP versions across all WordPress properties.
  • Check whether any site is running GiveWP 2.20.2 or earlier.
  • Review web access logs for unexpected donor-wall REST API requests.
  • Validate that donor information is not exposed after remediation.
  • Document affected sites, update status, and any suspected exposure window.
Prepared
Confidence
medium
Sources
5

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-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-2022-2117 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
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2022-2117Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
stellarwpGiveWP – Donation Plugin and Fundraising Platform0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.