Description
The Payment Plugins for PayPal WooCommerce WordPress plugin before 2.0.27 does not verify that a PayPal order supplied in a payment request belongs to the WooCommerce order being paid unless that PayPal order has already been completed, allowing unauthenticated attackers to have another buyer's approved but uncaptured payment captured against an order of their own.
Published: 2026-09-23
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized Payment Capture
Action: Immediate Patch
AI Analysis

Impact

The vulnerability arises because the plugin does not confirm that the PayPal order ID attached to a payment request actually belongs to the corresponding WooCommerce order. As a result, an unauthenticated attacker can trigger the capture of a buyer’s approved but uncaptured PayPal payment on an order belonging to the attacker’s account. This creates a weakness that allows neither authorization decisions nor resource access to be reliably validated, aligned with CWE‑639.

Affected Systems

Any installation of Payment Plugins for PayPal WooCommerce earlier than version 2.0.27 is affected. The product is a WordPress plugin that integrates WooCommerce with PayPal, and the issue applies to all sites running the vulnerable versions. No specific sub‑version is mentioned, so the vulnerability is considered present in all releases before 2.0.27.

Risk and Exploitability

The CVSS base score of 6.5 indicates a moderate impact. Because the EPSS score is not available, the exploitation probability is unknown, but the vulnerability does not require authentication, raising the likelihood that the flaw could be abused if an attacker discovers or guesses a valid PayPal order ID belonging to another user. The vulnerability is not listed in CISA’s KEV catalog, suggesting it has not yet been widely exploited, but the ease of triggering an unauthorized payment capture means the risk to merchants is significant.

Generated by OpenCVE AI on September 23, 2026 at 14:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Payment Plugins for PayPal WooCommerce to version 2.0.27 or newer to apply the vendor's fix that validates the PayPal order ID against the WooCommerce order.
  • If an upgrade is temporarily infeasible, restrict external access to the payment processing endpoint to authenticated administrators only, effectively eliminating the unauthenticated exploitation pathway.
  • As a supplemental safeguard, add custom validation logic that checks the association between the PayPal order ID and the WooCommerce order before proceeding to capture, thereby enforcing proper authorization.

Generated by OpenCVE AI on September 23, 2026 at 14:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
Description The Payment Plugins for PayPal WooCommerce WordPress plugin before 2.0.27 does not verify that a PayPal order supplied in a payment request belongs to the WooCommerce order being paid unless that PayPal order has already been completed, allowing unauthenticated attackers to have another buyer's approved but uncaptured payment captured against an order of their own.
Title Payment Plugins for PayPal WooCommerce < 2.0.27 - Unauthenticated Payment Hijacking via Unvalidated PayPal Order ID
Weaknesses CWE-639
References
Metrics cvssV3_1

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

ssvc

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-23T10:59:35.136Z

Reserved: 2026-08-26T09:19:41.537Z

Link: CVE-2026-80342

cve-icon Vulnrichment

Updated: 2026-09-23T10:38:28.905Z

cve-icon NVD

Status : Received

Published: 2026-09-23T06:17:02.040

Modified: 2026-09-23T11:17:11.577

Link: CVE-2026-80342

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T14:45:05Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key