CVE Catalog

CVE-2026-84375

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.39%

32th percentile - higher than 32% of all known CVEs

Summary

js-yaml, a JavaScript YAML parser and dumper, from 3.0.0 until 3.15.2 and 4.3.2, has a vulnerability in maxTotalMergeKeys in lib/js-yaml/loader.js and lib/loader.js that 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 cause prolonged CPU consumption in applications that parse untrusted YAML, and merge processing is enabled by default.

Risk Assessment

The vulnerability can lead to DoS attacks via excessive CPU consumption, potentially slowing down or crashing applications that process untrusted YAML data.

Recommendation

It is recommended to update js-yaml to version 3.15.2 or 4.3.2, which contain the fix. If not possible, consider disabling merge processing or restricting YAML data sources.

Other vulnerabilities in js-yaml

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS