Debian Package Tracker
Register | Log in
Subscribe

node-immutable

Immutable Data Collections

Choose email to subscribe with

general
  • source: node-immutable (main)
  • version: 4.3.8-2
  • maintainer: Debian Javascript Maintainers (archive) (DMD)
  • uploaders: Pirate Praveen [DMD]
  • arch: all
  • std-ver: 4.7.3
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 3.8.2+dfsg-3
  • oldstable: 4.1.0-3
  • stable: 4.3.4-1
  • testing: 4.3.8-2
  • unstable: 4.3.8-2
versioned links
  • 3.8.2+dfsg-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.1.0-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.3.4-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.3.8-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • node-immutable
action needed
A new upstream version is available: 5.1.9 high
A new upstream version 5.1.9 is available, you should consider packaging it.
Created: 2025-11-27 Last update: 2026-07-28 12:00
2 security issues in sid high

There are 2 open security issues in sid.

2 important issues:
  • 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.
  • CVE-2026-59880: 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.
Created: 2026-07-09 Last update: 2026-07-26 01:20
2 security issues in forky high

There are 2 open security issues in forky.

2 important issues:
  • 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.
  • CVE-2026-59880: 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.
Created: 2026-07-09 Last update: 2026-07-26 01:20
1 open merge request in Salsa normal
There is 1 open merge request for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2026-06-26 Last update: 2026-06-26 05:01
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2025-09-11 Last update: 2025-09-11 04:33
3 low-priority security issues in trixie low

There are 3 open security issues in trixie.

3 issues left for the package maintainer to handle:
  • CVE-2026-29063: (needs triaging) Immutable.js provides many Persistent Immutable data structures. Prior to versions 3.8.3, 4.3.7, and 5.1.5, Prototype Pollution is possible in immutable via the mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject() APIs. This issue has been patched in versions 3.8.3, 4.3.7, and 5.1.5.
  • CVE-2026-59879: (needs triaging) 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.
  • CVE-2026-59880: (needs triaging) 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.

You can find information about how to handle these issues in the security team's documentation.

Created: 2026-03-06 Last update: 2026-07-26 01:20
3 low-priority security issues in bookworm low

There are 3 open security issues in bookworm.

3 issues left for the package maintainer to handle:
  • CVE-2026-29063: (needs triaging) Immutable.js provides many Persistent Immutable data structures. Prior to versions 3.8.3, 4.3.7, and 5.1.5, Prototype Pollution is possible in immutable via the mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject() APIs. This issue has been patched in versions 3.8.3, 4.3.7, and 5.1.5.
  • CVE-2026-59879: (postponed; to be fixed through a stable update) 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.
  • CVE-2026-59880: (postponed; to be fixed through a stable update) 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.

You can find information about how to handle these issues in the security team's documentation.

Created: 2026-03-06 Last update: 2026-07-26 01:20
debian/patches: 1 patch to forward upstream low

Among the 4 debian patches available in version 4.3.8-2 of the package, we noticed the following issues:

  • 1 patch where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2026-03-09 13:30
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.3).
Created: 2026-03-31 Last update: 2026-03-31 15:01
news
[rss feed]
  • [2026-03-13] node-immutable 4.3.8-2 MIGRATED to testing (Debian testing watch)
  • [2026-03-09] Accepted node-immutable 4.3.8-2 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2026-03-09] Accepted node-immutable 4.3.8-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2023-10-14] node-immutable 4.3.4-1 MIGRATED to testing (Debian testing watch)
  • [2023-10-14] node-immutable 4.3.4-1 MIGRATED to testing (Debian testing watch)
  • [2023-10-11] Accepted node-immutable 4.3.4-1 (source) into unstable (Ananthu C V) (signed by: Xavier Guimard)
  • [2022-10-29] node-immutable 4.1.0-3 MIGRATED to testing (Debian testing watch)
  • [2022-10-26] Accepted node-immutable 4.1.0-3 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2022-09-23] node-immutable 4.1.0-2 MIGRATED to testing (Debian testing watch)
  • [2022-09-20] Accepted node-immutable 4.1.0-2 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2022-08-02] node-immutable 4.1.0-1 MIGRATED to testing (Debian testing watch)
  • [2022-07-27] Accepted node-immutable 4.1.0-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2022-06-04] node-immutable 4.0.0-4 MIGRATED to testing (Debian testing watch)
  • [2022-06-01] Accepted node-immutable 4.0.0-4 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2022-03-31] node-immutable 4.0.0-3 MIGRATED to testing (Debian testing watch)
  • [2022-03-29] Accepted node-immutable 4.0.0-3 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2021-12-31] node-immutable 4.0.0-2 MIGRATED to testing (Debian testing watch)
  • [2021-12-29] Accepted node-immutable 4.0.0-2 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2021-11-11] node-immutable 4.0.0-1 MIGRATED to testing (Debian testing watch)
  • [2021-11-09] Accepted node-immutable 4.0.0-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2019-12-02] Accepted node-immutable 3.8.2+dfsg-3~bpo10+1 (source all) into buster-backports, buster-backports (Pirate Praveen) (signed by: Praveen Arimbrathodiyil)
  • [2019-10-02] node-immutable 3.8.2+dfsg-3 MIGRATED to testing (Debian testing watch)
  • [2019-09-27] Accepted node-immutable 3.8.2+dfsg-3 (source) into unstable (Pirate Praveen) (signed by: Praveen Arimbrathodiyil)
  • [2019-09-26] Accepted node-immutable 3.8.2+dfsg-2 (source) into unstable (Pirate Praveen) (signed by: Praveen Arimbrathodiyil)
  • [2019-09-25] Accepted node-immutable 3.8.2+dfsg-1 (source all) into unstable, unstable (Pirate Praveen) (signed by: Praveen Arimbrathodiyil)
bugs [bug history graph]
  • all: 1
  • RC: 0
  • I&N: 1
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (0, 1)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 4.3.8-2

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing