Answer in brief
CVE-2026-73419 records a Medium severity (CVSS 6.8) vulnerability in NextAuth.js: OAuth state, nonce, and PKCE check cookies are not bound to the provider that created them. The current sources do not mark it as known exploited. The current feed maps @auth/core (generic), nextauthjs/next-auth (generic), @auth/core (npm), @auth/core (npm) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2026-73419 records a Medium severity (CVSS 6.8) vulnerability in NextAuth.js: OAuth state, nonce, and PKCE check cookies are not bound to the provider that created them. The current sources do not mark it as known exploited. The current feed maps @auth/core (generic), nextauthjs/next-auth (generic), @auth/core (npm), @auth/core (npm) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 6.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps @auth/core (generic), nextauthjs/next-auth (generic), @auth/core (npm), @auth/core (npm) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| @auth/coregeneric | < 0.41.3 | Not reported |
| nextauthjs/next-authgeneric | < 4.24.15 || >= 5.0.0-beta.4, < 5.0.0-beta.32 | Not reported |
| @auth/corenpm | >=0 <0.41.3 | 0.41.3 |
| @auth/corenpm | <=0.41.2 | 0.41.3 |
| next-authnpm | >=5.0.0-beta.1 <5.0.0-beta.32 | 5.0.0-beta.32 |
| next-authnpm | >=0 <4.24.15 | 4.24.15 |
| next-authnpm | >=5.0.0-beta.1,<=5.0.0-beta.31 | 5.0.0-beta.32 |
| next-authnpm | <=4.24.14 | 4.24.15 |
Published upstream
Aug 12, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 12, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 12, 2026
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.
Quoted source text, attributed separately from HOL analysis.
CVSS is 6.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps @auth/core (generic), nextauthjs/next-auth (generic), @auth/core (npm), @auth/core (npm) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| @auth/coregeneric | < 0.41.3 | Not reported |
| nextauthjs/next-authgeneric | < 4.24.15 || >= 5.0.0-beta.4, < 5.0.0-beta.32 | Not reported |
| @auth/corenpm | >=0 <0.41.3 | 0.41.3 |
| @auth/corenpm | <=0.41.2 | 0.41.3 |
| next-authnpm | >=5.0.0-beta.1 <5.0.0-beta.32 | 5.0.0-beta.32 |
| next-authnpm | >=0 <4.24.15 | 4.24.15 |
| next-authnpm | >=5.0.0-beta.1,<=5.0.0-beta.31 | 5.0.0-beta.32 |
| next-authnpm | <=4.24.14 | 4.24.15 |
Published upstream
Aug 12, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 12, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 12, 2026
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.
Quoted source text, attributed separately from HOL analysis.