CVE-2024-4435

5.9 MEDIUM
Published: May 21, 2024 Modified: December 10, 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. 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.

AI Explanation

Get an AI-powered plain-language explanation of this vulnerability and remediation steps.

Login to generate AI explanation

CVSS v3.x Details

0.0 Low Medium High Critical 10.0
Vector String
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

References to Advisories, Solutions, and Tools

Patch Vendor Advisory Exploit Third Party Advisory
https://docs.rs/ic-stable-structures/0.6.4/ic_stable_structures/
Source: 6b35d637-e00f-4228-858c-b20ad6e1d07b
Product
https://github.com/dfinity/stable-structures/pull/212
Source: 6b35d637-e00f-4228-858c-b20ad6e1d07b
Issue Tracking Patch
https://docs.rs/ic-stable-structures/0.6.4/ic_stable_structures/
Source: af854a3a-2127-422b-91ae-364da2661108
Product
https://github.com/dfinity/stable-structures/pull/212
Source: af854a3a-2127-422b-91ae-364da2661108
Issue Tracking Patch

6 reference(s) from NVD

Quick Stats

CVSS v3 Score
5.9 / 10.0
EPSS (Exploit Probability)
0.3%
50th percentile
Exploitation Status
Not in CISA KEV

Weaknesses (CWE)

Affected Vendors

dfinity