crates.io package
ic-stable-structures
pkg:cargo/ic-stable-structures
Vulnerabilities (1)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2024-4435 | — | >= 0.6.0, < 0.6.4 | 0.6.4 | May 21, 2024 | 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) alloc |
- CVE-2024-4435May 21, 2024affected >= 0.6.0, < 0.6.4fixed 0.6.4
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) alloc