CVE-2026-9832: Payment Gateway of Stripe for WooCommerce <= 5.0.8 - Unauthenticated Improper Verification of Cryptographic Signature via woocommerce_api_wt_stripe Webhook Endpoint

Published Sep 19, 2026
·
Updated

The Payment Gateway of Stripe for WooCommerce plugin for WordPress is vulnerable to Improper Verification of Cryptographic Signature in all versions up to, and including, 5.0.8. This is due to the publicly accessible woocommerceapiwtstripe webhook endpoint (EHStripeWebhookHandler::handle()) wrapping the only call to \Stripe\Webhook::constructEvent() inside an if (!empty($endpointsecret)) guard that is never entered on default installations — because the ehstripewebhooksecret option is empty after a fresh plugin install — causing the raw, attacker-controlled POST body to be decoded and processed as a fully trusted Stripe event without any signature verification, authentication, or authorization. This makes it possible for unauthenticated attackers to send forged Stripe webhook events to manipulate WooCommerce order statuses, including marking unpaid orders as paid or completed via paymentcomplete(), forcing legitimate orders into a failed state, fabricating dispute notifications, and injecting forged refund events. This vulnerability is only exploitable when the Stripe webhook signing secret has not been configured by an administrator; once a valid signing secret is saved, \Stripe\Webhook::constructEvent() is enforced and forged requests are rejected.

Affected Software

1 affected component
Stripe Payment Gateway of Stripe for WooCommerce<=5.0.8

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Stripe for WooCommerce (Payment Gateway of Stripe for WooCommerce) to a version that resolves this vulnerability.

    Fixed in 5.0.8
  2. Configuration

    Configure and save the Stripe webhook signing secret so that the plugin enforces \Stripe\Webhook::constructEvent() signature verification for the woocommerce_api_wt_stripe webhook endpoint.

    Stripe for WooCommerce (Payment Gateway) eh_stripe_webhook_secret = configured with the valid Stripe webhook signing secret

Event History

Sep 19, 2026
CVE Published
via MITRE·07:43 AM
Data Sourced
via MITRE·07:43 AM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which installations are exposed to forged webhook events?

Installations are exploitable only when the Stripe webhook signing secret has not been configured. A fresh plugin installation has an empty eh_stripe_webhook_secret option by default, so signature verification is skipped unless an administrator configures a valid signing secret.

2

What does an attacker need to exploit this issue?

An attacker does not need authentication, authorization, or user interaction. They need network access to send a crafted POST request to the publicly accessible woocommerce_api_wt_stripe webhook endpoint while the signing secret is unset.

3

What can an attacker do through a forged webhook?

Forged events can manipulate WooCommerce order statuses, including marking unpaid orders as paid or completed, causing legitimate orders to fail, creating dispute notifications, and injecting refund events.

4

What can be done if updating is not immediately possible?

Configure a valid Stripe webhook signing secret so the plugin verifies incoming webhook signatures. This prevents the described unauthenticated processing path from being used.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203