CVE-2026-35040
Description
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
fast-jwtnpm | < 6.2.1 | 6.2.1 |
Affected products
2Patches
Vulnerability mechanics
References
6- github.com/nearform/fast-jwt/commit/18d25904e4617e8753526d1b3ab5a2cccdea726anvdPatchWEB
- github.com/nearform/fast-jwt/pull/593nvdIssue TrackingPatchWEB
- github.com/nearform/fast-jwt/security/advisories/GHSA-3j8v-cgw4-2g6qnvdExploitMitigationVendor AdvisoryWEB
- github.com/advisories/GHSA-3j8v-cgw4-2g6qghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-35040ghsaADVISORY
- github.com/nearform/fast-jwt/releases/tag/v6.2.1nvdProductRelease NotesWEB
News mentions
0No linked articles in our index yet.