Description
The WP Crowdfunding WordPress plugin before 2.2.1 does not verify ownership of a campaign before allowing its update history to be modified and a notification email sent to its backers, allowing any authenticated users such as Subscribers to alter other users' campaigns.
Published: 2026-08-12
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

WP Crowdfunding is a WordPress plugin that facilitates crowdfunding campaigns. Prior to version 2.2.1, the plugin fails to verify that an authenticated user is the owner of a campaign before allowing the update history to be changed or a notification email sent to backers. This oversight lets any user with basic subscription privileges modify another person's campaign details and trigger notifications. The impact is a breach of data integrity for campaign records and the potential for misleading or defrauding backers, as the content and history can be altered without authorization.

Affected Systems

Any WordPress site running the WP Crowdfunding plugin with a version below 2.2.1 is vulnerable. The issue is bound to the plugin itself, regardless of the WordPress core version or other plugins, and affects all instances where the plugin's update endpoints are reachable by authenticated users.

Risk and Exploitability

Because the flaw is an IDOR, the attacker only needs valid credentials, which a subscriber or other role commonly has. No additional exploits or privilege escalation are required, making the vulnerability highly exploitable. The lack of an EPSS score and absence from CISA KEV do not diminish the risk; the integrity and trust of crowdfunding campaigns are directly compromised. Therefore, remediation is critical.

Generated by OpenCVE AI on August 12, 2026 at 12:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the WP Crowdfunding plugin to version 2.2.1 or newer, which implements proper ownership checks before modifying campaign data.
  • If an update cannot be applied immediately, limit the permissions of the Subscriber role so that it cannot access campaign edit or notification endpoints, for example by revoking custom capabilities or using a role‑management plugin.
  • As a temporary workaround, patch the plugin manually to add an ownership validation check around the update history and notification functions, ensuring that only the campaign owner can trigger these actions.

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-284
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 ownership of a campaign before allowing its update history to be modified and a notification email sent to its backers, allowing any authenticated users such as Subscribers to alter other users' campaigns.
Title WP Crowdfunding < 2.2.1 - Subscriber+ Campaign Update Modification via IDOR
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-12T06:00:12.861Z

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

Link: CVE-2026-14857

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-14857

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-639

    Authorization Bypass Through User-Controlled Key