CVE-2026-73420
Description
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, the defaultNormalizer used by the email and magic-link sign-in flow validates an address before applying Unicode normalization. An address can contain a Unicode character such as U+FF20 FULLWIDTH COMMERCIAL AT that is not ASCII at-sign but canonicalizes to an ASCII at-sign under NFKC or NFKD normalization. The address passes the normalizer's single-at-sign check, but a downstream sendVerificationRequest mail library or delivery service that normalizes the address can then see two at-sign separators and deliver the passwordless sign-in link to an attacker-controlled recipient. Applications are affected when the email provider uses the built-in normalizer rather than a custom normalizeIdentifier and the downstream sender applies Unicode normalization. An attacker who knows a victim's email address can request the misrouted magic link and sign in as the victim without victim interaction. This issue is fixed in @auth/core 0.41.3 and next-auth 4.24.15 and 5.0.0-beta.32.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
@auth/corenpm | >= 0.1.0, < 0.41.3 | 0.41.3 |
next-authnpm | >= 4.10.3, < 4.24.15 | 4.24.15 |
next-authnpm | >= 5.0.0-beta.1, < 5.0.0-beta.32 | 5.0.0-beta.32 |
Affected products
2- Range: >=0.41.3, >=4.24.15, >=5.0.0-beta.32
- Range: >=0.41.3
Patches
Vulnerability mechanics
References
7- github.com/advisories/GHSA-7rqj-j65f-68whghsaADVISORY
- github.com/nextauthjs/next-auth/commit/19d2feb24359fa8c79418907fc68d9ec8152ca94nvdWEB
- github.com/nextauthjs/next-auth/commit/a63eee12a1a20cb35209e44195b097868517b9a0nvdWEB
- github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]nvdWEB
- github.com/nextauthjs/next-auth/releases/tag/[email protected]nvdWEB
- github.com/nextauthjs/next-auth/releases/tag/[email protected]nvdWEB
- github.com/nextauthjs/next-auth/security/advisories/GHSA-7rqj-j65f-68whnvdWEB
News mentions
0No linked articles in our index yet.