Description
Parsing a YAML document with yaml may throw a RangeError due to a stack overflow.
The node resolution/composition phase uses recursive function calls without a depth bound. An attacker who can supply YAML for parsing can trigger a RangeError: Maximum call stack size exceeded with a small payload (~2–10 KB).
Recommendation
Update the yaml package to the latest compatible version. Followings are version details:
Affected version(s): **>= 1.0.0, < 1.10.3 >= 2.0.0, < 2.8.3** Patched version(s): **1.10.3 2.8.3**
References
Could your website be exposed too?
SmartScanner can check your website for yaml is vulnerable to Stack Overflow via deeply nested YAML collections and gives you actionable findings to investigate.
Start a free scanRelated Issues
- Axios: unbounded recursion in toFormData causes DoS via deeply nested request data - CVE-2026-42039
- Seroval affected by Denial of Service via Deeply Nested Objects - CVE-2026-24006
- ExifReader is vulnerable to denial of service via unbounded decompression of image metadata - CVE-2026-8814
- MagicMirror vulnerable to unauthenticated SSRF via /cors endpoint - CVE-2026-42281


