Security Advisory

CVE-2026-53550

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-06-22 14:59:14
Last updated 2026-06-29 15:06:58
Assigner GitHub_M
CVSS score 5.3
State PUBLISHED

Description

js-yaml is a JavaScript YAML parser and dumper. Prior to 4.2.0 and 3.15.0, a crafted YAML document can trigger algorithmic CPU exhaustion in js-yaml merge-key processing (<<) by repeating the same alias many times in a merge sequence. This causes quadratic parse-time behavior relative to input size and can block a Node.js worker/event loop for seconds with a relatively small payload (tens of KB), resulting in denial of service. The issue is in merge handling inside lib/loader.js. This vulnerability is fixed in 4.2.0 and 3.15.0.