CVE-2026-35039 PUBLISHED

fast-jwt Affected by Cache Confusion via cacheKeyBuilder Collisions Can Return Claims From a Different Token (Identity/Authorization Mixup)

Assigner: GitHub_M
Reserved: 31.03.2026 Published: 06.04.2026 Updated: 07.04.2026

fast-jwt provides fast JSON Web Token (JWT) implementation. From 0.0.1 to before 6.1.0, setting up a custom cacheKeyBuilder method which does not properly create unique keys for different tokens can lead to cache collisions. This could cause tokens to be mis-identified during the verification process leading to valid tokens returning claims from different valid tokens and users being mis-identified as other users based on the wrong token.

Metrics

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

Product Status

Vendor nearform
Product fast-jwt
Versions
  • Version >= 0.0.1, < 6.1.0 is affected

References

Problem Types

  • CWE-345: Insufficient Verification of Data Authenticity CWE
  • CWE-706: Use of Incorrectly-Resolved Name or Reference CWE
  • CWE-1289: Improper Validation of Unsafe Equivalence in Input CWE