CVE-2026-59880

Severity CVSS v4.0:
HIGH
Type:
Unavailable / Other
Publication date:
08/07/2026
Last modified:
10/07/2026

Description

Immutable.js provides many Persistent Immutable data structures. Prior to 4.3.9 and 5.1.8, Immutable.Map and Immutable.Set keep keys that share the same 32-bit hash in a HashCollisionNode collision bucket that is scanned linearly, allowing an attacker who controls keys inserted into a Map, such as through Immutable.Map(obj), Immutable.fromJS(obj), state.merge(userObject), or mergeDeep, to craft many colliding keys and degrade insertion and lookup to consume disproportionate CPU. This issue is fixed in versions 4.3.9 and 5.1.8.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:immutable-js:immutable:*:*:*:*:*:node.js:*:* 4.3.9 (excluding)
cpe:2.3:a:immutable-js:immutable:*:*:*:*:*:node.js:*:* 5.0.0 (including) 5.1.8 (excluding)