CVE-2026-9284
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe WooCommerce PayPal Payments plugin lacks authorization checks on two AJAX endpoints (ppc-create-order and ppc-get-order). Attackers can create PayPal orders for arbitrary WooCommerce orders without ownership validation, then retrieve full PayPal order details including payer information and shipping data by chaining these endpoints. This IDOR vulnerability allows unauthenticated users to manipulate any order and exfiltrate sensitive customer data.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm WooCommerce PayPal Payments plugin is installedNavigate to WordPress admin > Plugins and verify 'WooCommerce PayPal Payments' appears in the installed plugins list, or inspect the plugin directory at /wp-content/plugins/woocommerce-paypal-payments/Affected if The plugin is installed and active in WordPress
-
Identify the installed plugin versionIn WordPress admin > Plugins, click on the plugin to view details and read the installed version number, or check the main plugin file (e.g., woocommerce-paypal-payments.php) for the 'Version:' header commentAffected if The installed version is lower than 4.0.2 (vulnerable versions: 1.x, 2.x, 3.x before 3.x.x) or cannot be determined
-
Verify the vulnerable AJAX endpoints are accessibleSend a GET request to yoursite.com/?wc-ajax=ppc-get-order with a test order ID parameter (e.g., ?order_id=1) using a tool like curl or Burp, without providing authentication cookiesAffected if The endpoint responds with HTTP 200 and returns PayPal order data or JSON structure without requiring login credentials
-
Test order manipulation capabilitySend a POST request to yoursite.com/?wc-ajax=ppc-create-order with a valid but unrelated WooCommerce order ID in the request body (e.g., order_id=999) without authenticationAffected if The request succeeds and creates a PayPal order bound to the arbitrary order ID, returning order details without authorization validation
You are affected if the WooCommerce PayPal Payments plugin is installed with a version below 4.0.2 AND the ppc-create-order or ppc-get-order AJAX endpoints respond without requiring WordPress/WooCommerce session authentication.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate to version 4.0.2 or later which includes proper authorization validation on the affected AJAX endpoints. Until patched, consider restricting access to these endpoints or implementing additional access controls at the web server level.
4.0.2 or later (latest stable release)
- Log in to the WordPress admin dashboard
- Navigate to Plugins > Installed Plugins
- Locate the WooCommerce PayPal Payments plugin
- Check the current version (should be 4.0.1 or below if vulnerable)
- If an update is available, click 'Update Now' to install the latest version
- Alternatively, navigate to Dashboard > Updates and update the plugin from there
- After updating, verify the plugin version is newer than 4.0.1
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-9284 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-9284 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data