CVE-2026-67329: @better-auth/stripe before 1.6.21 Authorization Bypass via Organization Subscription
@better-auth/stripe versions >= 1.4.11 and < 1.6.21, and >= 1.7.0-beta.0 and < 1.7.0-beta.10, contain an authorization bypass in organization subscription actions. The middleware validates the organization ID taken from the request query string against the authorizeReference callback, but the handler reads the organization ID only from the request body and falls back to the caller's active organization from their session. When these differ, an authenticated member of multiple organizations can perform subscription actions (cancel, change plan, restore, billing portal access) against an organization they belong to but should not manage, and can access another organization's billing details including payment methods, invoices, and subscription state.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
@better-auth/stripeto a version that resolves this vulnerability.Fixed in 1.6.21 - Upgrade
Upgrade
@better-auth/stripeto a version that resolves this vulnerability.Fixed in 1.7.0-beta.10
Event History
Frequently Asked Questions
What is the severity of CVE-2026-67329?
The severity of CVE-2026-67329 is high, with a CVSS score of 7.1.
How do I fix CVE-2026-67329?
To fix CVE-2026-67329, upgrade the @better-auth/stripe package to version 1.6.21 or later.
What vulnerability does CVE-2026-67329 describe?
CVE-2026-67329 describes an authorization bypass vulnerability in certain versions of the @better-auth/stripe package.
What versions of @better-auth/stripe are affected by CVE-2026-67329?
The affected versions of @better-auth/stripe are greater than or equal to 1.4.11 and less than 1.6.21, as well as versions greater than or equal to 1.7.0-beta.0 and less than 1.7.0-beta.10.
What type of attack is possible due to CVE-2026-67329?
CVE-2026-67329 can lead to an authorization bypass during organization subscription actions.