CVE-2026-73643
Last modified
CVE-2026-73643 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. js-yaml is a JavaScript YAML parser and dumper. From 5.0.0 until 5.2.2, parsing a small YAML document can take exponential time when an application calls load() or loadAll() on untrusted input. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
js-yaml is a JavaScript YAML parser and dumper. From 5.0.0 until 5.2.2, parsing a small YAML document can take exponential time when an application calls load() or loadAll() on untrusted input. In src/parser/parser.ts, readFlowCollection uses restoreState and calls parseNode a second time when a flow-sequence entry is recognized as a key: value pair. If the key is a nested flow sequence of the same shape, every level is parsed twice, causing O(2^n) work and allowing an input under 200 bytes to keep one CPU busy for minutes, block the Node.js event loop, and stall the process. No anchors, aliases, merges, tags, or nondefault options are required. This issue is fixed in version 5.2.2.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| nodeca | js-yaml | >= 5.0.0, < 5.2.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-73643?
How severe is CVE-2026-73643?
How do I fix CVE-2026-73643?
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-73631Exposure of data element to wrong session vulnerability in t…4.3
- CVE-2026-73632Exposure of data element to wrong session vulnerability in t…4.3
- CVE-2026-73633Uncontrolled resource consumption vulnerability in the JSON …7.5
- CVE-2026-73634Uncontrolled resource consumption vulnerability in Apache St…7.5
- CVE-2026-73635Allocation of resources without limits or throttling vulnera…7.5
- CVE-2026-7364IBM Verify Identity Access 11.0 through 11.0.2 and IBM Secur…6.1
- CVE-2026-73644OpenDJ is an LDAPv3 compliant directory service. Prior to 5.…9.6
- CVE-2026-73645OpenZeppelin Confidential Contracts is an experimental libra…6.6
- CVE-2026-73646PostCSS takes a CSS file and provides an API to analyze and …7.5
- CVE-2026-73647Quasar Framework is a framework for building high-performanc…5.6
- CVE-2026-73648rails-html-sanitizer is responsible for sanitizing HTML frag…5.1
- CVE-2026-73649Velocity.js is a JavaScript implementation of the Apache Vel…9.8
Are you affected by CVE-2026-73643?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
