Description
The Payment Plugins for PayPal WooCommerce WordPress plugin before 2.0.20 does not have proper authorization checks on a REST endpoint, allowing unauthenticated users to bypass payments
Published: 2026-08-06
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Payment Plugins for PayPal WooCommerce WordPress plugin, where a REST endpoint lacks proper authorization checks. This flaw allows an attacker to reuse an already completed PayPal order, effectively bypassing the normal payment flow and potentially causing unauthorized charges or refunds. The lack of authentication enables the attacker to manipulate the payment process and results in a loss of integrity for financial transactions. The weakness stems from improper access control, failure to check user role or permissions (CWE-639), and missing authorization for a privileged function (CWE-862).

Affected Systems

All installations of the Payment Plugins for PayPal WooCommerce plugin with a version lower than 2.0.20 are vulnerable. The plugin is used within WordPress environments that integrate WooCommerce with PayPal, and any site running an outdated version of the plugin is at risk.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity vulnerability that can lead to loss of integrity and confidentiality of financial transactions. Because the attack vector is unauthenticated through a REST endpoint, no credentials or privileged access are required, making the exploitation path straightforward. The EPSS score is < 1% and the vulnerability is not listed in the CISA KEV catalog, but the lack of authentication checks and the potential impact on payment integrity create a high risk scenario that warrants urgent attention.

Generated by OpenCVE AI on August 7, 2026 at 17:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Payment Plugins for PayPal WooCommerce plugin to version 2.0.20 or later
  • Ensure that no older versions remain active on any site or staging environment
  • Configure the plugin’s REST API to require proper authentication or a nonce token, restricting unauthenticated requests to the payment endpoint
  • Regularly review payment logs for unusual reuse of completed orders to detect ongoing exploitation attempts

Generated by OpenCVE AI on August 7, 2026 at 17:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Payment Plugins
Payment Plugins payment Plugins For Paypal Woocommerce
Wordpress
Wordpress wordpress
Vendors & Products Payment Plugins
Payment Plugins payment Plugins For Paypal Woocommerce
Wordpress
Wordpress wordpress

Fri, 07 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Fri, 07 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
CWE-862
Metrics ssvc

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


Fri, 07 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description The Payment Plugins for PayPal WooCommerce WordPress plugin before 2.0.20 does not have proper authorization checks on a REST endpoint, allowing unauthenticated users to bypass payments
Title Payment Plugins for PayPal WooCommerce < 2.0.20 - Unauthenticated Payment Bypass via Reuse of a Completed PayPal Order
References
Metrics cvssV3_1

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


Subscriptions

Payment Plugins Payment Plugins For Paypal Woocommerce
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-07T13:59:41.902Z

Reserved: 2026-06-26T08:35:00.434Z

Link: CVE-2026-13399

cve-icon Vulnrichment

Updated: 2026-08-07T13:59:36.338Z

cve-icon NVD

Status : Deferred

Published: 2026-08-06T22:16:45.717

Modified: 2026-08-26T16:31:16.753

Link: CVE-2026-13399

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T20:53:44Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-862

    Missing Authorization