CVE-2026-35040
Last modified
CVE-2026-35040 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nearform | Fast-Jwt | < 6.2.1 |
References
- https://github.com/nearform/fast-jwt/pull/593Issue Tracking, Patch
- https://github.com/nearform/fast-jwt/releases/tag/v6.2.1Product, Release Notes
- https://github.com/nearform/fast-jwt/security/advisories/GHSA-3j8v-cgw4-2g6qExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-35040?
How severe is CVE-2026-35040?
How do I fix CVE-2026-35040?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-35035CI4MS is a CodeIgniter 4-based CMS skeleton that delivers a …9
- CVE-2026-35036Ech0 is an open-source, self-hosted publishing platform for …7.5
- CVE-2026-35037Ech0 is an open-source, self-hosted publishing platform for …7.2
- CVE-2026-35038Signal K Server is a server application that runs on a centr…6.5
- CVE-2026-35039fast-jwt provides fast JSON Web Token (JWT) implementation. …9.1
- CVE-2026-3504The Dokan: AI Powered WooCommerce Multivendor Marketplace So…5.3
- CVE-2026-35041fast-jwt provides fast JSON Web Token (JWT) implementation. …6.5
- CVE-2026-35042fast-jwt provides fast JSON Web Token (JWT) implementation. …7.5
- CVE-2026-35043BentoML is a Python library for building online serving syst…7.8
- CVE-2026-35044BentoML is a Python library for building online serving syst…9.6
- CVE-2026-35045Tandoor Recipes is an application for managing recipes, plan…8.1
- CVE-2026-35046Tandoor Recipes is an application for managing recipes, plan…5.4
Are you affected by CVE-2026-35040?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
