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-67331 Details

ANALYZED


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

Description

better-auth SCIM versions from 1.5.0 before 1.7.0-beta.4 fail to bind non-organization SCIM providers to their creator by default, allowing authenticated users to manage other users' providers. Attackers can regenerate SCIM bearer tokens, invalidate legitimate tokens, and authenticate to SCIM API routes with the attacker-controlled token.

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-639Authorization Bypass Through User-Controlled Key[email protected]

Affected Products

ProductVersions
better-auth SCIM
>= 1.5.0, < 1.7.0-beta.4 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 1.7.0-beta.4moderate effort
  • Workaround:low effort

    Set `providerOwnership: { enabled: true }` when registering the plugin, then run the schema update so the `scimProvider.userId` column exists (`npx auth generate` or `npx auth migrate`). New non-org providers are then owner-bound and non-owners are denied. Providers created before enabling ownership stay ownerless until recreated.

  • Workaround:low effort

    Scope every SCIM provider to an organization by always passing `organizationId`. Organization providers enforce membership and role and are not exposed.

  • Mitigation:low effort

    Restrict access to the SCIM management endpoints at the edge while non-org providers remain ownerless.

Change History

2 change records found show changes


QUICK INFO

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