Description
The WP Crowdfunding WordPress plugin before 2.2.1 does not verify order ownership before returning order details, allowing any authenticated users such as Subscribers to read the personal data of any WooCommerce order and enumerate every order in the store.
Published: 2026-08-12
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WP Crowdfunding plugin version prior to 2.2.1 does not verify that an authenticated user owns the order before returning its details. An attacker who can authenticate to the site (for example, an account with the Subscriber role) can request arbitrary order IDs and receive all personal information stored for that order, effectively leaking customer data across the entire store.

Affected Systems

All installations of the WP Crowdfunding WordPress plugin that are running a version earlier than 2.2.1 are susceptible. No specific vendor or product variants are enumerated beyond the generic WP Crowdfunding plugin.

Risk and Exploitability

The CVSS score is 4.3 and the EPSS score is < 1%, and it is not listed in the CISA KEV catalog. Nonetheless, the ability for any authenticated user to read any order introduces a high risk of data breach. The attack requires only that a user be logged in, which is often trivial in a WordPress environment where many subscribers have read‑only access. Because the flaw arises from an improper access control check, an attacker can enumerate orders by iterating over plausible IDs.

Generated by OpenCVE AI on August 13, 2026 at 00:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check for and install the latest version of WP Crowdfunding (2.2.1 or newer).
  • Restrict the Subscriber role (or other non‑admin roles) from accessing order details by removing any direct links, endpoints, or menu items that expose order data.
  • If an immediate update is not possible, implement a server‑side access control check that verifies order ownership before returning order details, or apply a firewall rule to block requests that include order identifiers from lower‑privileged users.

Generated by OpenCVE AI on August 13, 2026 at 00:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639

Wed, 12 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The WP Crowdfunding WordPress plugin before 2.2.1 does not verify order ownership before returning order details, allowing any authenticated users such as Subscribers to read the personal data of any WooCommerce order and enumerate every order in the store.
Title WP Crowdfunding < 2.2.1 - Subscriber+ Order Data Disclosure via IDOR
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-12T19:36:25.607Z

Reserved: 2026-07-06T12:33:08.237Z

Link: CVE-2026-14858

cve-icon Vulnrichment

Updated: 2026-08-12T19:36:20.364Z

cve-icon NVD

Status : Deferred

Published: 2026-08-12T06:17:47.537

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-14858

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T01:00:10Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key