CVE-2026-44351
Last modified
CVE-2026-44351 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. fast-jwt provides fast JSON Web Token (JWT) implementation. Prior to 6.2.4, a critical authentication-bypass vulnerability in fast-jwt's async key-resolver flow allows any unauthenticated attacker to forge arbitrary JWTs that are accepted as authentic. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
fast-jwt provides fast JSON Web Token (JWT) implementation. Prior to 6.2.4, a critical authentication-bypass vulnerability in fast-jwt's async key-resolver flow allows any unauthenticated attacker to forge arbitrary JWTs that are accepted as authentic. When the application's key resolver returns an empty string (''), for example via the common keys[decoded.header.kid] || '' JWKS-style fallback, fast-jwt converts it to a zero-length Buffer, hands it to crypto.createSecretKey, derives allowedAlgorithms = ['HS256','HS384','HS512'] from it, and then verifies the token's signature against an empty-key HMAC. The attacker simply computes HMAC-SHA256(key='', input='${header}.${payload}'), which Node accepts without complaint — and the verifier returns the attacker-chosen payload (sub, admin, scopes, etc.) as authentic. This vulnerability is fixed in 6.2.4.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-44351?
How severe is CVE-2026-44351?
How do I fix CVE-2026-44351?
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-44343WGDashboard is a dashboard for WireGuard VPN. Prior to 4.3.2…9.8
- CVE-2026-44345BentoML is a Python library for building online serving syst…8.8
- CVE-2026-44346BentoML is a Python library for building online serving syst…8.8
- CVE-2026-44347Warpgate is an open source SSH, HTTPS and MySQL bastion host…6.5
- CVE-2026-44348PoDoFo is a C++17 PDF manipulation library. From 1.0.0 to be…2.5
- CVE-2026-44349Daptin is a GraphQL/JSON-API headless CMS. Prior to version …7.1
- CVE-2026-44352Flowsint is an open-source OSINT graph exploration tool desi…5.3
- CVE-2026-44353Streamlink is a CLI utility which pipes video streams from v…6.5
- CVE-2026-44358Espressif Shared GitHub DangerJS is a reusable GitHub Action…8.2
- CVE-2026-44359Meshtastic is an open source mesh networking solution. Prior…10
- CVE-2026-4436A low-privileged remote attacker can send Modbus packets to …8.6
- CVE-2026-44362OP-TEE is a Trusted Execution Environment (TEE) designed as …5.5
Are you affected by CVE-2026-44351?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
