SEPTEMBER 23, 2026
Live Feed
Back to database
Case File

CVE-2026-9284

HIGH · CVSS 8.2 EPSS 0.40%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-05-23 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 8.2. It affects WordPress. Exploitation may require the attacker to be authenticated.

CVE
CVE-2026-9284
Severity
HIGH
CVSS
8.2
EPSS
0.40%
WordPress

Original NVD Description

The WooCommerce PayPal Payments plugin for WordPress is vulnerable to unauthorized order manipulation and information disclosure due to missing authorization checks on the `ppc-create-order` and `ppc-get-order` WC-AJAX endpoints in all versions up to, and including, 4.0.1. The `ppc-create-order` endpoint accepts an arbitrary WooCommerce order ID in the `pay-now` context without validating order ownership, allowing attackers to create PayPal orders for any WC order and write PayPal metadata to it. The `ppc-get-order` endpoint returns full PayPal order details for any PayPal order ID without binding to the requester's session. This makes it possible for unauthenticated attackers to chain these endpoints to manipulate other customers' order payment flows and exfiltrate sensitive order details (payer information, shipping data) by creating a PayPal order for a victim's WC order and then retrieving the PayPal order data.