CVE-2024-4435
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
21/05/2024
Last modified:
10/12/2025
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.<br />
<br />
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&#39;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
Impact
Base Score 3.x
5.90
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:dfinity:stable_structures:*:*:*:*:*:rust:*:* | 0.6.0 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://docs.rs/ic-stable-structures/0.6.4/ic_stable_structures/
- https://github.com/dfinity/stable-structures/pull/212
- https://internetcomputer.org/docs/current/developer-docs/smart-contracts/maintain/storage#stable-memory
- https://docs.rs/ic-stable-structures/0.6.4/ic_stable_structures/
- https://github.com/dfinity/stable-structures/pull/212
- https://internetcomputer.org/docs/current/developer-docs/smart-contracts/maintain/storage#stable-memory



