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.
CVE-2026-73419
This medium-severity CVE scores 6.8 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 91% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 6.8
- EG Score
- 6.8(medium)
- EG Risk
- 31(Track)EG Risk 31/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity68% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 9%
- KEV
- Not listed
Published
August 12, 2026
Last Modified
August 13, 2026
Advisory Details (6)
Auto-updated Aug 12, 2026[email protected]
Patch available: nextauthjs/next-auth [email protected] (pre-release)
https://github.com/nextauthjs/next-auth/releases/tag/[email protected][email protected]
Patch available: nextauthjs/next-auth [email protected]
https://github.com/nextauthjs/next-auth/releases/tag/[email protected]commit 9f7a97fade9b (nextauthjs/next-auth)
Patch available: nextauthjs/next-auth @auth/[email protected] (contains commit 9f7a97fade9b)
https://github.com/nextauthjs/next-auth/commit/9f7a97fade9b1319bb9ac19fc9828d62e0a2a852commit 5bca2399a79b (nextauthjs/next-auth)
Patch available: nextauthjs/next-auth [email protected] (contains commit 5bca2399a79b)
https://github.com/nextauthjs/next-auth/commit/5bca2399a79ba8d116ca5179b4b1ebcd152e7f05fix(next-auth): harden getToken parsing and bind OAuth check cookies to provider
Patch available: nextauthjs/next-auth [email protected] (PR #13469 merged 2026-07-20)
https://github.com/nextauthjs/next-auth/pull/13469OAuth state, nonce, and PKCE check cookies are not bound to the provider that created them · Advisory · nextauthjs/next-auth · GitHub
https://github.com/nextauthjs/next-auth/security/advisories/GHSA-x445-f3h2-j279Vendor Advisories for CVE-2026-73419(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(2 across 1 ecosystem)
npm(2)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| @auth/core | — | 0.41.3 | — |
| next-auth | — | 5.0.0-beta.32 | — |
Weakness Classification(3)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 12× in last 7d / 24× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-22 06:49 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 05:02 UTCEG score recompute
- 2026-08-20 22:56 UTCEPSS rescore
- 2026-08-20 03:15 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 01:23 UTCEG score recompute
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-17 23:37 UTCEG score recompute
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-16 21:50 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 02:15 UTCEPSS rescore
- 2026-08-15 20:04 UTCEG score recompute
- 2026-08-15 01:31 UTCEPSS rescore
- 2026-08-14 18:17 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-13 16:30 UTCEG score recompute
- 2026-08-13 16:02 UTCEG score recompute
- 2026-08-12 21:20 UTCEG score recompute
- 2026-08-12 20:41 UTCEG score recompute
- 2026-08-12 20:40 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-345 · CWE-346
Frequently asked(5)
What is CVE-2026-73419?
When was CVE-2026-73419 disclosed?
Is CVE-2026-73419 actively exploited?
What is the CVSS score of CVE-2026-73419?
How do I remediate CVE-2026-73419?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-73419
Is Your Infrastructure Affected by CVE-2026-73419?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.