Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-67332 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

@better-auth/oauth-provider before 1.7.0-beta.4 fails to bind access-token audience to the authorization grant, allowing clients to request tokens for unrelated resources. Attackers can complete an OAuth flow and obtain access tokens whose audience targets resource servers the authorization never covered, bypassing intended authorization boundaries.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-285Improper Authorization[email protected]

Affected Products

ProductVersions
better-auth/oauth-provider
>= 1.4.8, < 1.7.0-beta.4 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 1.7.0-beta.4moderate effort

    After upgrading, run the schema migration with the command: npx auth migrate.

  • Workaround:low effort

    Set validAudiences to a single audience or leave it unset to default to your base URL. The provider will reject any other requested resource, preventing cross-audience selection.

  • Workaround:low effort

    Configure each resource server to accept a token only when its own identifier is the expected audience, and to reject tokens whose aud is an array that also lists other audiences.

  • Workaround:low effort

    Do not rely on the resource indicator as an authorization boundary until you run a release that contains the fix.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-67332
NVD Published Date:
Aug 1, 2026
NVD Last Modified:
Sep 8, 2026
Source:
[email protected]
CVE-2026-67332 Details - Not Deferred