CVE-2026-40155 PUBLISHED

Auth0 Next.js SDK has Improper Proxy Cache Lookup

Assigner: GitHub_M
Reserved: 09.04.2026 Published: 17.04.2026 Updated: 17.04.2026

The Auth0 Next.js SDK is a library for implementing user authentication in Next.js applications. In versions 4.12.0 through 4.17.1, simultaneous requests that trigger a nonce retry may cause the proxy cache fetcher to perform improper lookups for the token request results. Users are affected if their project uses both the vulnerable versions and the proxy handler /me/ and /my-org/ with DPoP enabled. This issue has been fixed in version 4.18.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N
CVSS Score: 5.4

Product Status

Vendor auth0
Product nextjs-auth0
Versions
  • Version >= 4.12.0, < 4.18.0 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE
  • CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') CWE