CVE-2026-2892 PUBLISHED

Otter Blocks <= 3.1.4 - Improper Authorization to Unauthenticated Purchase Verification Bypass via Forged Cookie

Assigner: Wordfence
Reserved: 20.02.2026 Published: 30.04.2026 Updated: 30.04.2026

The Otter Blocks plugin for WordPress is vulnerable to Purchase Verification Bypass in all versions up to, and including, 3.1.4. This is due to the 'get_customer_data' method relying on an unsigned 'o_stripe_data' cookie to determine Stripe product ownership for unauthenticated users. The 'check_purchase' method trusts this cookie data without performing server-side verification against the Stripe API for one-time 'payment' mode purchases. This makes it possible for unauthenticated attackers to bypass Stripe purchase-gated content visibility conditions by forging the 'o_stripe_data' cookie with a target product ID, which is publicly exposed in the checkout block's HTML source.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor themeisle
Product Otter Blocks – Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE
Versions Default: unaffected
  • affected from 0 to 3.1.4 (incl.)

Credits

  • Drew Webber finder

References

Problem Types

  • CWE-285 Improper Authorization CWE