Vulnerabilities (CVE)

Filtered by vendor Dfinity
Filtered by product Canister Developer Kit For The Internet Computer
Angry Yack Logo
Total 1 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-7884 1 Dfinity 1 Canister Developer Kit For The Internet Computer 2024-09-12 N/A 7.5 HIGH
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 ...

Show More