๐Ÿ” CVE Alert

CVE-2026-73643

HIGH 7.5

js-yaml: Exponential parsing time in the flow collections leads to denial of service

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-407
Vendor nodeca
Product js-yaml
Published Aug 13, 2026
Stay Ahead of the Next One

Get instant alerts for nodeca js-yaml

Be the first to know when new high vulnerabilities affecting nodeca js-yaml are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

nodeca / js-yaml
>= 5.0.0, < 5.2.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nodeca/js-yaml/security/advisories/GHSA-pm4m-ph32-ghv5 github.com: https://github.com/nodeca/js-yaml/commit/3e5240f9cbe645ce5afb58524954a13c8539c853