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-35042

26
FAUCET Score

OVERVIEW CVE-2026-35042 affects fast-jwt version 6.1.0 and earlier, a widely-used JSON Web Token implementation library. The vulnerability stems from improper validation of the "crit" (Critical) Header Parameter as defined in RFC 7515. When a JWS token contains a crit array referencing extensions that fast-jwt does not understand, the library incorrectly accepts the token rather than rejecting it, violating RFC requirements for critical header validation. SEVERITY This vulnerability carries a CVSS 3.1 score of 7.5 (HIGH) with a network-based attack vector requiring no authentication or user interaction. The attack complexity is low, making exploitation straightforward for any remote attacker. The impact is primarily integrity-related, as attackers could potentially bypass security controls by crafting tokens with unrecognized critical extensions that the library fails to validate, though confidentiality and availability are not directly affected. EXPLOITATION STATUS The vulnerability is not currently listed in CISA's Known Exploited Vulnerabilities (KEV) catalog and shows no evidence of active exploitation in the wild. The EPSS score of 0.0002 indicates extremely low probability of exploitation based on current threat intelligence. Community attention appears minimal, with the vulnerability remaining on inactive status. However, the moderate FAUCET Risk Score of 48.0 suggests organizations using fast-jwt should still prioritize updating to patched versions as part of routine security maintenance.

Impacted Technologies

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

CVSS Data

CVSS version used by this source: 3.1

7.5HIGH

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

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

Exploit Intelligence

EPSS Score
0.15%
Probability of exploitation in next 30 days
EPSS Percentile
5.2%
Percentile rank of EPSS score among Peer Group
As of 2026-07-28
Model: v2026.06.15
This CVE's current EPSS score of 0.0015 is in the 0th percentile among its peer group of 51,553 CVEs.

Social Chatter

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

Media Mentions

No media coverage found for this CVE.

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

Remediation

Vendor Patches (1)

github_advisoryworkaround availablevia nvd_reference
View patch

Vendor Advisories (1)

npmGHSA-hm7r-c7qw-ghp6high

fast-jwt accepts unknown `crit` header extensions (RFC 7515 violation)

Apr 3, 2026

References

github.com / nearform/fast-jwt/security/advisories/GHSA-hm7r-c7qw-ghp6
ExploitMitigationVendor Advisory
rfc-editor.org / rfc/rfc7515.html
Technical Description