CVE-2024-4435 Details
Description
When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". It was discovered recently that when we deallocate a node, in some cases only the first memory chunk is deallocated, and the rest of the memory chunks remain (incorrectly) allocated, causing a memory leak. In the worst case, depending on how a canister uses the BTreeMap, an adversary could interact with the canister through its API and trigger interactions with the map that keep consuming memory due to the memory leak. This could potentially lead to using an excessive amount of memory, or even running out of memory. This issue has been fixed in #212 https://github.com/dfinity/stable-structures/pull/212 by changing the logic for deallocating nodes to ensure that all of a node's memory chunks are deallocated and users are asked to upgrade to version 0.6.4.. Tests have been added to prevent regressions of this nature moving forward. Note: Users of stable-structure < 0.6.0 are not affected. Users who are not storing unbounded types in BTreeMap are not affected and do not need to upgrade. Otherwise, an upgrade to version 0.6.4 is necessary.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed May 23, 2024References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://docs.rs/ic-stable-structures/0.6.4/ic_stable_structures/ | DFINITY Foundation | Product |
| https://github.com/dfinity/stable-structures/pull/212 | DFINITY Foundation | Issue TrackingPatch |
| https://internetcomputer.org/docs/current/developer-docs/smart-contracts/maintain/storage#stable-memory | DFINITY Foundation | Product |
| https://docs.rs/ic-stable-structures/0.6.4/ic_stable_structures/ | CVE | Product |
| https://github.com/dfinity/stable-structures/pull/212 | CVE | Issue TrackingPatch |
| https://internetcomputer.org/docs/current/developer-docs/smart-contracts/maintain/storage#stable-memory | CVE | Product |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-401 | Missing Release of Memory after Effective Lifetime | DFINITY Foundation |
Affected Products
| Product | Versions |
|---|---|
| dfinity stable structures | < 0.6.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | DFINITY Foundation |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Dec 10, 2025 | Initial Analysis | [email protected] |
| Nov 21, 2024 | CVE Modified | CVE |
| May 21, 2024 | New CVE Received | DFINITY Foundation |