CVE-2026-59879

Immutable.js provides many Persistent Immutable data structures. Prior to 4.3.9 and 5.1.8, List#set, List#setSize, List#setIn, List#updateIn, and the functional set, setIn, and updateIn mishandle an index or size in the range 2 ** 30 to 2 ** 31 in setListBounds in src/List.js, causing an empty List to enter an uncatchable infinite loop, a populated List to allocate without bound until process abort, or setSize to silently wrap large values. This issue is fixed in versions 4.3.9 and 5.1.8.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:immutable-js:immutable:*:*:*:*:*:node.js:*:*
cpe:2.3:a:immutable-js:immutable:*:*:*:*:*:node.js:*:*

History

No history.

Information

Published : 2026-07-08 17:17

Updated : 2026-07-10 18:48


NVD link : CVE-2026-59879

Mitre link : CVE-2026-59879

CVE.ORG link : CVE-2026-59879


JSON object : View

Products Affected

immutable-js

  • immutable
CWE
CWE-190

Integer Overflow or Wraparound

CWE-400

Uncontrolled Resource Consumption

CWE-835

Loop with Unreachable Exit Condition ('Infinite Loop')

CWE-1284

Improper Validation of Specified Quantity in Input