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

ANALYZED


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

Description

@better-auth/sso versions before 1.6.21 contain multiple authentication bypass vulnerabilities in SSO provider handling that allow attackers to sign in as arbitrary users. Attackers can exploit domain verification parsing mismatches, orphaned provider accounts, unbound SAML assertions, or reflected XSS on logout endpoints to gain unauthorized session access and account takeover.

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-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')[email protected]

Affected Products

ProductVersions
better-auth/sso
<= 1.6.20 (semver)
>= 1.7.0-beta.0, < 1.7.0-beta.10 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 1.6.21moderate effort
  • Upgrade: 1.7.0-beta.10moderate effort
  • Workaround:low effort

    Disable self-service SSO registration by setting `providersLimit: 0`.

  • Workaround:low effort

    Disable implicit account linking by setting `account: { accountLinking: { disableImplicitLinking: true } }`.

  • Workaround:low effort

    Verify that no rows in the `ssoProvider` table contain a `domain` value with `://`, `/`, `?`, `#`, or a comma. Verify that no rows in the `account` table have a `providerId` with no matching provider.

  • Mitigation:low effort

    Prefer pre-validated `defaultSSO` providers for SAML. Avoid sharing one IdP signing certificate across service providers when assertions are not audience-scoped.

  • Mitigation:low effort

    Leave `saml.enableSingleLogout` disabled (the default) unless it is required.

Change History

2 change records found show changes


QUICK INFO

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