CVE-2026-73419CWE-345CWE-346CWE-940

CVE-2026-73419

Medium · published August 13, 2026

CVSS v3.1
6.8
EPSS
0%
Percentile
9.0
In the wild
Unconfirmed
What it is

NextAuth.js provides authentication for Next.js. Prior to@auth/core 0.41.3 and next-auth 4.24.15 and 5.0.0-beta.32, Auth.js stores the OAuth/OIDC anti-CSRF checks state, nonce, and the PKCE verifier in global cookies that are not bound to the provider that created them. On callback, a check value minted during a sign-in started with one provider can satisfy the callback for a different provider because the stored cookie is not verified against the callback provider's identity, including the provider ID, issuer, client ID, or redirect URI. In a multi-provider application that permits account linking while logged in, when one provider's authorization request is observable and a target provider callback can be satisfied without a PKCE verifier, an attacker can lure a victim into starting a legitimate same-origin flow and link the attacker's target-provider account to the victim's Auth.js user. The linked provider grants the attacker persistent sign-in to the victim's account, while cross-site request forgery alone is insufficient. This issue is fixed in @auth/core 0.41.3 and next-auth 4.24.15 and 5.0.0-beta.32.

The record
Technical detail
CVSS v3.1
6.8 · MEDIUM
Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N
CVSS v4.0
Not supplied
EPSS
0.00193 · 9.0th percentile
Weaknesses
CWE-345 · Insufficient Verification of Data Authenticity; CWE-346 · Origin Validation Error; CWE-940 · Improper Verification of Source of a Communication Channel
Published
2026-08-13T01:17Z
References (7)
EPSS history
Timeline
  • 12 AUG 20:23Z
    NextAuth.js: OAuth state, nonce, and PKCE check cookies are not bound to the provider that created them
    cvelistv5