CVE-2026-25537
Last modified
CVE-2026-25537 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. jsonwebtoken is a JWT lib in rust. Prior to version 10.3.0, there is a Type Confusion vulnerability in jsonwebtoken, specifically, in its claim validation logic. EPSS estimates a 0.44% chance of exploitation in the next 30 days.
Description
jsonwebtoken is a JWT lib in rust. Prior to version 10.3.0, there is a Type Confusion vulnerability in jsonwebtoken, specifically, in its claim validation logic. When a standard claim (such as nbf or exp) is provided with an incorrect JSON type (Like a String instead of a Number), the library’s internal parsing mechanism marks the claim as “FailedToParse”. Crucially, the validation logic treats this “FailedToParse” state identically to “NotPresent”. This means that if a check is enabled (like: validate_nbf = true), but the claim is not explicitly marked as required in required_spec_claims, the library will skip the validation check entirely for the malformed claim, treating it as if it were not there. This allows attackers to bypass critical time-based security restrictions (like “Not Before” checks) and commit potential authentication and authorization bypasses. This issue has been patched in version 10.3.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Keats | Jsonwebtoken | < 10.3.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-25537?
How severe is CVE-2026-25537?
How do I fix CVE-2026-25537?
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-25531Kanboard is project management software focused on Kanban me…4.3
- CVE-2026-25532ESF-IDF is the Espressif Internet of Things (IOT) Developmen…8
- CVE-2026-25533Enclave is a secure JavaScript sandbox designed for safe AI …8.8
- CVE-2026-25534### Impact Spinnaker updated URL Validation logic on user in…9.1
- CVE-2026-25535jsPDF is a library to generate PDFs in JavaScript. Prior to …7.5
- CVE-2026-25536MCP TypeScript SDK is the official TypeScript SDK for Model …7.1
- CVE-2026-25538Devtron is an open source tool integration platform for Kube…8.8
- CVE-2026-25539SiYuan is a personal knowledge management system. Prior to v…7.2
- CVE-2026-2554The WCFM – Frontend Manager for WooCommerce along with Booki…8.1
- CVE-2026-25540Mastodon is a free, open-source social network server based …6.5
- CVE-2026-25541Bytes is a utility library for working with bytes. From vers…7.5
- CVE-2026-25542Tekton Pipelines project provides k8s-style resources for de…6.5
Are you affected by CVE-2026-25537?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
