VYPR

next-auth

by Auth.js

CVEs (2)

  • CVE-2026-73421criJul 23, 2026
    risk 0.52cvss epss

    ### Impact `next-auth` (Auth.js) v5 applications that gate access by checking only for the **existence** of the `auth` object — the pattern shown in the official [session management / protecting resources guide](https://authjs.dev/getting-started/session-management/protecting)…

  • CVE-2026-73420criJul 23, 2026
    risk 0.52cvss epss

    ## Summary The default email-address normalizer used by the email/magic-link sign-in flow validates the address **before** applying Unicode normalization. An address can contain a Unicode character that is not an ASCII `@` (U+0040) but canonicalizes to one under NFKC/NFKD…