Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-84375
Published:September 01, 2026
Updated:September 02, 2026
js-yaml is a JavaScript YAML parser and dumper. From 3.0.0 until 3.15.2 and 4.3.2, maxTotalMergeKeys in lib/js-yaml/loader.js and lib/loader.js does not count empty mapping sources while processing the merge key <<. An attacker can alias a large sequence of empty mappings into many merge targets, causing O(N * K) processing while totalMergeKeys remains unchanged and the configured resource limit is never reached. A relatively small YAML document can therefore cause prolonged CPU consumption in applications that parse untrusted YAML, and merge processing is enabled by default on these release lines. This issue is fixed in versions 3.15.2 and 4.3.2.
Affected Packages
js-yaml (CDN_JS):
Affected version(s) >=4.0.0 <4.3.2
Fix Suggestion:
Update to version 4.3.2
js-yaml (CDN_JS):
Affected version(s) >=3.0.2 <3.15.2
Fix Suggestion:
Update to version 3.15.2
https://github.com/nodeca/js-yaml.git (GITHUB):
Affected version(s) >=3.0.0 <3.15.2
Fix Suggestion:
Update to version 3.15.2
https://github.com/nodeca/js-yaml.git (GITHUB):
Affected version(s) >=4.0.0 <4.3.2
Fix Suggestion:
Update to version 4.3.2
js-yaml (NPM):
Affected version(s) >=4.0.0 <4.3.2
Fix Suggestion:
Update to version 4.3.2
js-yaml (NPM):
Affected version(s) >=3.0.0 <3.15.2
Fix Suggestion:
Update to version 3.15.2
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Uncontrolled Resource Consumption
Inefficient Algorithmic Complexity