CVE-2026-84685

Summary

The react-native-auth0 SDK's web platform implementation does not scope its in-memory token cache to individual user sessions when operating in a server-side rendering (SSR) environment where module state persists across HTTP requests. Under the listed preconditions, tokens cached in module memory can be retrieved across subsequent requests processed by the same server runtime.

Affected Software

VendorProductVersion RangeStatus
Auth0react-native-auth05.0.0 < 5.11.1affected

Weaknesses

  • CWE-488: Exposure of Data Element to Wrong Session

References