VYPR

@auth/core

by Nextauth.js

CVEs (2)

  • CVE-2026-73418HigAug 12, 2026
    risk 0.42cvss 7.5epss

    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 exported getToken() helper in the next-auth/jwt and @auth/core/jwt modules can throw an uncaught exception when it reads a malformed Authorization: Bearer…

  • CVE-2026-73419MedAug 12, 2026
    risk 0.37cvss 6.8epss

    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…