Description
The Otter Blocks – Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 3.1.7 via the 'watch_checkout' function due to missing validation on a user controlled key. This makes it possible for unauthenticated attackers to pay for a lower-cost product while obtaining entitlement for a premium product by manipulating the product_id parameter independently of the price_id parameter in the Stripe checkout URL.
Published: 2026-09-07
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an insecure direct object reference in the Otter Blocks WordPress plugin that allows an attacker to manipulate the product_id parameter separately from the price_id in the Stripe checkout URL. Because the plugin’s watch_checkout function does not validate that these keys match, an unauthenticated user can pay a lower price while receiving entitlement to a higher‑tier product. This results in unauthorized access to premium features and potential financial loss for the site owner.

Affected Systems

WordPress sites that install the themeisle Otter Blocks – Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE plugin, in any version up to and including 3.1.7. The plugin’s checkout handling is affected across all installations using the vulnerable code base.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, and the EPSS score is not available. The vulnerability is not listed in the CISA KEV catalog. Because the bug allows unauthenticated manipulation of payment parameters through a publicly reachable endpoint, it can be exploited by any user with internet access to a site running the plugin. The lack of input validation on product identifiers creates an authorization bypass that can be used by attackers to obtain premium entitlements without proper payment, leading to both financial loss and unauthorized content access.

Generated by OpenCVE AI on September 7, 2026 at 13:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Otter Blocks plugin to the latest supported version that includes the fix for the insecure object reference bug
  • If an upgrade is not immediately possible, restrict access to the watch_checkout endpoint so that only authenticated requests are processed, or remove the endpoint entirely until a patch is applied
  • Review and enforce a strict validation routine that ensures the product_id and price_id parameters match the expected mapping before completing a purchase

Generated by OpenCVE AI on September 7, 2026 at 13:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 12:45:00 +0000

Type Values Removed Values Added
Description The Otter Blocks – Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 3.1.7 via the 'watch_checkout' function due to missing validation on a user controlled key. This makes it possible for unauthenticated attackers to pay for a lower-cost product while obtaining entitlement for a premium product by manipulating the product_id parameter independently of the price_id parameter in the Stripe checkout URL.
Title Otter Blocks <= 3.1.7 - Missing Authorization to Unauthenticated Purchase Verification Bypass
Weaknesses CWE-639
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: Wordfence

Published:

Updated: 2026-09-07T12:29:05.051Z

Reserved: 2026-03-27T00:20:00.000Z

Link: CVE-2026-4945

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T13:20:22.070

Modified: 2026-09-07T13:20:22.070

Link: CVE-2026-4945

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T14:00:17Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key