๐Ÿ” CVE Alert

CVE-2026-73418

HIGH 7.5

NextAuth.js: getToken() throws an uncaught exception on malformed Bearer authorization headers

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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 header. When no session cookie is present, getToken() URL-decodes the bearer value before validating it, and malformed percent encoding causes decodeURIComponent() to throw instead of treating the token as invalid. Because getToken() is commonly called in API routes, middleware, and server-side request handlers, a single unauthenticated request can trigger an unhandled exception in code paths that authenticate requests, causing a per-request denial of service without exposing tokens, sessions, or other data and without bypassing authentication. This issue is fixed in @auth/core 0.41.3 and next-auth 4.24.15 and 5.0.0-beta.32.

CWE CWE-20 CWE-248
Vendor nextauthjs
Product next-auth
Published Aug 12, 2026
Stay Ahead of the Next One

Get instant alerts for nextauthjs next-auth

Be the first to know when new high vulnerabilities affecting nextauthjs next-auth are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

nextauthjs / next-auth
>= 4.0.6, <= 4.24.14 >= 5.0.0-beta.0, <= 5.0.0-beta.31
@auth / core
>= 0.1.0, < 0.41.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nextauthjs/next-auth/security/advisories/GHSA-xmf8-cvqr-rfgj github.com: https://github.com/nextauthjs/next-auth/pull/13469 github.com: https://github.com/nextauthjs/next-auth/commit/5bca2399a79ba8d116ca5179b4b1ebcd152e7f05 github.com: https://github.com/nextauthjs/next-auth/commit/e707770f00c52b3479e43422b0200b059149ed53 github.com: https://github.com/nextauthjs/next-auth/releases/tag/%40auth%2Fcore%400.41.3 github.com: https://github.com/nextauthjs/next-auth/releases/tag/next-auth%404.24.15 github.com: https://github.com/nextauthjs/next-auth/releases/tag/next-auth%405.0.0-beta.32