VYPR

Immutable Js

by Immutable Js

Source repositories

CVEs (2)

  • CVE-2026-59880Jul 9, 2026
    risk 0.00cvss epss

    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…

  • CVE-2026-59879Jul 9, 2026
    risk 0.00cvss epss

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