Security Advisory

CVE-2026-35041

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-04-09 14:55:22
Last updated 2026-04-09 16:15:25
Assigner GitHub_M
State PUBLISHED

Description

fast-jwt provides fast JSON Web Token (JWT) implementation. From 5.0.0 to 6.2.0, a denial-of-service condition exists in fast-jwt when the allowedAud verification option is configured using a regular expression. Because the aud claim is attacker-controlled and the library evaluates it against the supplied RegExp, a crafted JWT can trigger catastrophic backtracking in the JavaScript regex engine, resulting in significant CPU consumption during verification. This vulnerability is fixed in 6.2.1.