VYPR

Immutable Js

by Immutable Js

Source repositories

CVEs (2)

  • CVE-2026-59879HigJul 8, 2026
    risk 0.42cvss 7.5epss 0.00

    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,…

  • CVE-2026-59880HigJul 8, 2026
    risk 0.42cvss 7.5epss 0.00

    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…