LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4377: Doneren met Mollie <= 2.8.4 - Information Disclosure

The Doneren met Mollie plugin for WordPress is vulnerable to Sensitive Data Exposure in versions up to, and including, 2.8.5 via the dmm_export_donations() function which is called via the admin_post_dmm_export hook due to missing capability checks. This can allow authenticated attackers to extract a CSV file that contains sensitive information about the donors.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress donation plugin exposed donor records to logged-in users who should not have access. The weakness is a missing permission check around the donation CSV export feature. For organizations using this plugin, the main business risk is unauthorized disclosure of donor information, not system takeover.

Executive priority

Treat as a privacy and donor-trust issue. Prioritize remediation on donation sites with many WordPress users or sensitive donor records, but this is not described as remote unauthenticated compromise.

Technical view

CVE-2021-4377 affects Doneren met Mollie for WordPress. The reported issue is in dmm_export_donations(), reached through the admin_post_dmm_export hook without adequate capability checks. An authenticated attacker could obtain a CSV export containing sensitive donor information. Sources conflict on the exact affected upper version, so verify against vendor/plugin guidance.

Likely exposure

Exposure is limited to WordPress sites that installed Doneren met Mollie and allow untrusted or low-privileged authenticated users. Public unauthenticated exposure is not supported by the supplied sources.

Exploitation context

The supplied sources do not indicate CISA KEV listing or active exploitation. Exploitation requires a valid authenticated WordPress account and targets confidentiality of donor data through an export path.

Researcher notes

The core issue is missing authorization before a CSV donation export. The source bundle is inconsistent on affected versions: the title says <=2.8.4, while the description says through 2.8.5. Do not assume exact fixed-version boundaries without checking the referenced advisories.

Mitigation direction

  • Update Doneren met Mollie to the fixed version identified by the plugin vendor.
  • Review vendor, Wordfence, WPScan, and WordPress Trac guidance for version-specific remediation.
  • Remove unnecessary WordPress user accounts and restrict low-privileged access.
  • Review donor export access and data handling procedures.

Validation and detection

  • Inventory WordPress sites for Doneren met Mollie installations.
  • Confirm the installed plugin version against vendor and vulnerability references.
  • Review WordPress accounts with login access, especially low-privileged users.
  • Check logs for unusual donation export activity where available.
Prepared
Confidence
medium
Sources
6

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-2021-4377 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
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/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
5Source 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
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2021-4377Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/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
ndijkstraDoneren met Mollie0unaffected
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.