Security Advisory

CVE-2026-59880

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-07-08 15:44:23
Last updated 2026-07-08 16:13:46
Assigner GitHub_M
CVSS score 8.7
State PUBLISHED

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.