CVE-2026-40345 PUBLISHED

deepmerge-ts: Stack exhaustion when merging recursive object graphs

Assigner: GitHub_M
Reserved: 10.04.2026 Published: 20.08.2026 Updated: 20.08.2026

deepmerge-ts is a typescript library providing functionality to deep merging of javascript objects. Prior to 8.0.0, the deepmerge, deepmergeCustom, deepmergeInto, and deepmergeIntoCustom APIs do not track visited objects or object pairs when recursively merging records. When two input values contain self-references at the same property path, the merge logic repeatedly revisits the same pair until Node.js raises RangeError: Maximum call stack size exceeded. Applications that merge attacker-controlled recursive object graphs can synchronously crash the affected process or cause repeated worker restarts. Plain JSON input alone cannot create the recursive graph required to trigger the issue. This issue is fixed in version 8.0.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.2

Product Status

Vendor RebeccaStevens
Product deepmerge-ts
Versions
  • Version < 8.0.0 is affected

References

Problem Types

  • CWE-674: Uncontrolled Recursion CWE