Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-35040

19
FAUCET Score

OVERVIEW CVE-2026-35040 affects fast-jwt versions prior to 6.2.1, a popular JSON Web Token implementation library. The vulnerability stems from improper handling of stateful RegExp modifiers (specifically /g for global matching and /y for sticky matching) when used in verify function options such as allowedAud, allowedIss, allowedSub, allowedJti, or allowedNonce. These modifiers introduce a state management issue causing valid tokens to be rejected in an alternating pattern—approximately 50% of legitimate authentication requests fail on every second attempt. SEVERITY This vulnerability carries a CVSS v3.1 score of 5.3 (Medium) with a network-based attack vector, low complexity, and no user interaction required. The impact is limited to availability, as the flaw does not allow attackers to bypass authentication or compromise confidentiality or integrity. The vulnerability causes denial of service conditions by rejecting legitimate tokens, potentially disrupting normal authentication workflows in affected systems. EXPLOITATION STATUS There is no evidence of active exploitation in the wild. The vulnerability is not listed on the Known Exploited Vulnerabilities catalog and remains inactive on threat intelligence hot lists. The EPSS score of 0.0009 indicates minimal probability of exploitation. Community attention is correspondingly low, and no publicly available exploit code has been reported, suggesting this remains a low-priority remediation issue despite its security implications.

Impacted Technologies

VendorProductVersion(s)CPE
< 6.2.1CPE matchmatch criteria
cpe:2.3:a:nearform:fast-jwt:*:*:*:*:*:node.js:*:*

CVSS Data

CVSS version used by this source: 3.1

5.3MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
NONE
Availability Impact
LOW
Exploitability Score
3.9
Impact Score
1.4
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.38%
Probability of exploitation in next 30 days
EPSS Percentile
30.9%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0038 is in the 19th percentile among its peer group of 23,723 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.0 Mastodon, and 0.4 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.0 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (1)

npmpatch availablevia ghsa
Product: fast-jwtFixed in: 6.2.1

Vendor Advisories (1)

npmGHSA-3j8v-cgw4-2g6qmedium

fast-jwt: Stateful RegExp (/g or /y) causes non-deterministic allowed-claim validation (logical DoS)

Apr 9, 2026

References

github.com / nearform/fast-jwt/commit/18d25904e4617e8753526d1b3ab5a2cccdea726a
Patch
github.com / nearform/fast-jwt/pull/593
Issue TrackingPatch
github.com / nearform/fast-jwt/releases/tag/v6.2.1
ProductRelease Notes
github.com / nearform/fast-jwt/security/advisories/GHSA-3j8v-cgw4-2g6q
ExploitMitigationVendor Advisory