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: n/a
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

No CVSS or EPSS scores are reported, and the vulnerability 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 12, 2026 at 12:23 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 12, 2026 at 12:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-12T06:00:13.076Z

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

Link: CVE-2026-14858

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-14858

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T12:30:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key