HIGH🇬🇧 English

CVE-2024-7884

CVSS 7.5v3.1pub. 2024-09-05upd. 2024-09-12

When a canister method is called via ic_cdk::call* , a new Future CallFuture is created and can be awaited by the caller to get the execution result. Internally, the state of the Future is tracked and stored in a struct called CallFutureState. A bug in the polling implementation of the CallFuture allows multiple references to be held for this internal state and not all references were dropped before the Future is resolved. Since we have unaccounted references held, a copy of the internal state ended up being persisted in the canister's heap and thus causing a memory leak. Impact Canisters built in Rust with ic_cdk and ic_cdk_timers are affected. If these canisters call a canister method, use timers or heartbeat, they will likely leak a small amount of memory on every such operation. In the worst case, this could lead to heap memory exhaustion triggered by an attacker. Motoko based canisters are not affected by the bug. PatchesThe patch has been backported to all minor versions between >= 0.8.0, <= 0.15.0. The patched versions available are 0.8.2, 0.9.3, 0.10.1, 0.11.6, 0.12.2, 0.13.5, 0.14.1, 0.15.1 and their previous versions have been yanked. WorkaroundsThere are no known workarounds at the moment. Developers are recommended to upgrade their canister as soon as possible to the latest available patched version of ic_cdk to avoid running out of Wasm heap memory. Upgrading the canisters (without updating `ic_cdk`) also frees the leaked memory but it's only a temporary solution.

oryginał EN
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Dfinity Canister Developer Kit For The Internet Computer

    APP
    Dfinity
    0.10.00.14.00.15.00.12.0 – 0.12.2 (bez)0.8.0 – 0.8.2 (bez)0.13.0 – 0.13.5 (bez)0.9.0 – 0.9.3 (bez)0.11.0 – 0.11.6 (bez)
🔵
ZWERYFIKUJ U PRODUCENTA
Brak jednoznacznych danych o patchu. Sprawdź referencje od producenta.
CWE
Referencje

Powiązane podatności

CVE-2024-1631CRITICAL9.1PL ✓ten sam vendor

Słabe generowanie kluczy ed25519 w bibliotece Dfinity ICP-JS-Core

CVE-2023-6245HIGH7.5ten sam vendor

The Candid library causes a Denial of Service while parsing a specially crafted payload with 'empty' data typ...

CVE-2024-11991MEDIUM5.6ten sam vendor

Motoko's incremental garbage collector is impacted by an uninitialized memory access bug, caused by incorrect ...

CVE-2024-4435MEDIUM5.9ten sam vendor

When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". It was ...