CVE-2024-4435
Last modified
CVE-2024-4435 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.52% chance of exploitation in the next 30 days.
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:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Dfinity | Stable Structures | < 0.6.0 |
References
- https://github.com/dfinity/stable-structures/pull/212Issue Tracking, Patch
- https://github.com/dfinity/stable-structures/pull/212Issue Tracking, Patch
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-4435?
How severe is CVE-2024-4435?
How do I fix CVE-2024-4435?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-44337The package `github.com/gomarkdown/markdown` is a Go library…5.1
- CVE-2024-4434The LearnPress – WordPress LMS Plugin plugin for WordPress i…9.8
- CVE-2024-44340D-Link DIR-846W A1 FW100A43 was discovered to contain a remo…8.8
- CVE-2024-44341D-Link DIR-846W A1 FW100A43 was discovered to contain a remo…9.8
- CVE-2024-44342D-Link DIR-846W A1 FW100A43 was discovered to contain a remo…9.8
- CVE-2024-44349A SQL injection vulnerability in login portal in AnteeoWMS b…9.8
- CVE-2024-4436The etcd package distributed with the Red Hat OpenStack plat…7.5
- CVE-2024-4437The etcd package distributed with the Red Hat OpenStack plat…7.5
- CVE-2024-44373A Path Traversal vulnerability in AllSky v2023.05.01 through…9.8
- CVE-2024-44375D-Link DI-8100 v16.07.26A1 has a stack overflow vulnerabilit…7.5
- CVE-2024-4438The etcd package distributed with the Red Hat OpenStack plat…7.5
- CVE-2024-44381D-Link DI_8004W 16.07.26A1 contains a command execution vuln…9.8
Are you affected by CVE-2024-4435?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
