CVE-2026-73643
Reported by GitHub_M · Published August 13, 2026
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.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| nodeca | js-yaml | >= 5.0.0, < 5.2.2 |
| chainguard | kubeflow-pipelines | 0, 0, 0 |
| chainguard | renovate | 0, 0, 0 |
| chainguard | authentik-fips-2026.2 | 0, 0, 0 |
| wolfi | kubeflow-pipelines | 0, 0, 0 |
| wolfi | renovate | 0, 0, 0 |
| nodeca | js-yaml | >= 5.0.0, < 5.2.2, >= 5.0.0, < 5.2.2 |
Timeline
- Jul 24, 2026 CVE Published
- Aug 13, 2026 Coalition ESS Score
- Aug 14, 2026 Security Advisory
- Aug 24, 2026 EPSS Score
- Aug 26, 2026 EPSS Score
- Aug 30, 2026 EPSS Score
- Sep 4, 2026 EPSS Score
- Sep 9, 2026 EPSS Score
- Sep 12, 2026 EPSS Score
- Sep 16, 2026 EPSS Score
- Sep 18, 2026 EPSS Score
- Sep 18, 2026 CVE Updated