Description
The Payment Gateway for PayPal on WooCommerce WordPress plugin before 9.2.1 does not verify that payment actually succeeded before completing an order in its PayPal return handler: it reads attacker-controlled parameters, performs no amount comparison and no order-ownership check, and completes the order even when the server-side gateway verification fails, allowing an unauthenticated attacker to mark arbitrary orders as paid without paying.
Published: 2026-08-12
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The plugin fails to verify a completed payment before marking an order as paid. It accepts attacker‑controlled parameters from the PayPal return, performs no amount comparison, no order‑ownership check, and still completes the order even when server‑side verification fails. This gives an unauthenticated attacker the ability to mark any order as paid without actually completing payment, providing unauthorized access to paid goods or services. The flaw is a form of improper input validation (CWE‑20) that undermines confidentiality and integrity of transactional data.

Affected Systems

Impactful are installations of the WordPress “Payment Gateway for PayPal on WooCommerce” plugin with version numbers lower than 9.2.1. The vulnerability exists in all sites running the plugin before this release, regardless of other plugins or WooCommerce version, because the return handler is unprotected.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, but the vulnerability can be abused without authentication or elevated privileges. No EPSS value is available, and the vulnerability is not listed in CISA KEV yet, yet the lack of verification logic makes exploitation straightforward. An attacker only needs to trigger the PayPal return endpoint with manipulated parameters, which is likely possible from the attacker’s own device or by malicious IP, to cause orders to be marked as paid.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the “Payment Gateway for PayPal on WooCommerce” plugin to version 9.2.1 or later, which includes proper server‑side verification before completing orders.
  • Temporarily disable the PayPal return handler or block the plugin’s payment processing endpoints until the update can be applied, to prevent unauthenticated order payment.
  • After upgrading, review completed orders for any that may have been incorrectly marked as paid, and refund or re‑process those payments as necessary.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 01:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

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

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description The Payment Gateway for PayPal on WooCommerce WordPress plugin before 9.2.1 does not verify that payment actually succeeded before completing an order in its PayPal return handler: it reads attacker-controlled parameters, performs no amount comparison and no order-ownership check, and completes the order even when the server-side gateway verification fails, allowing an unauthenticated attacker to mark arbitrary orders as paid without paying.
Title Payment Gateway for PayPal on WooCommerce < 9.2.1 - Unauthenticated Payment Bypass via PayPal Advanced Return Handler
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-12T12:14:24.803Z

Reserved: 2026-07-22T14:51:38.254Z

Link: CVE-2026-16621

cve-icon Vulnrichment

Updated: 2026-08-12T12:14:17.298Z

cve-icon NVD

Status : Deferred

Published: 2026-08-12T12:17:46.920

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

Link: CVE-2026-16621

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T01:30:05Z

Weaknesses
  • CWE-20

    Improper Input Validation