CVE-2026-35040
MEDIUMfast-jwt: Stateful RegExp (/g or /y) causes non-deterministic allowed-claim validation (logical DoS)
Title source: cnaDescription
fast-jwt provides fast JSON Web Token (JWT) implementation. Prior to 6.2.1, using certain modifiers on RegExp objects in the allowedAud, allowedIss, allowedSub, allowedJti, or allowedNonce options in verify functions can cause certain unintended behaviours. This is because some modifiers are stateful and will cause failures in every second verification attempt regardless of the validity of the token provided. Such modifiers are /g (global matching) and /y (sticky matching). This does NOT allow invalid tokens to be accepted, only for valid tokens to be improperly rejected in some configurations. Instead it causes 50% of valid authentication requests to fail in an alternating pattern. This vulnerability is fixed in 6.2.1.
References (4)
Core 4
Core References
X_Refsource_Confirm x_refsource_confirm
https://github.com/nearform/fast-jwt/security/advisories/GHSA-3j8v-cgw4-2g6q
X_Refsource_Misc x_refsource_misc
https://github.com/nearform/fast-jwt/pull/593
X_Refsource_Misc x_refsource_misc
https://github.com/nearform/fast-jwt/commit/18d25904e4617e8753526d1b3ab5a2cccdea726a
X_Refsource_Misc x_refsource_misc
https://github.com/nearform/fast-jwt/releases/tag/v6.2.1
Scores
CVSS v3
5.3
EPSS
0.0038
EPSS Percentile
29.9%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
CISA SSVC
Vulnrichment
Exploitation
poc
Automatable
yes
Technical Impact
partial
Details
CWE
CWE-440
CWE-697
Status
published
Products (2)
nearform/fast-jwt
< 6.2.1 (2 CPE variants)
npm/fast-jwt
0 - 6.2.1npm
Published
Apr 09, 2026
Tracked Since
Apr 09, 2026