cvedb.io
CVE-2024-4435
MEDIUM · CVSS 5.9
EPSS exploitation probability: 0%
Published 2024-05-21T10:15:10.393 · Last modified 2026-06-17T08:01:52.543

Summary

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 c

Affected products

dfinity — stable_structures

Does this affect you?

Add your gear to cvedb and we'll alert you only when dfinity ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.