VYPR
High severityNVD Advisory· Published Dec 8, 2023· Updated Dec 2, 2024

Infinite decoding loop through specially crafted payload

CVE-2023-6245

Description

The Candid library causes a Denial of Service while parsing a specially crafted payload with 'empty' data type. For example, if the payload is record { * ; empty } and the canister interface expects record { * } then the Rust candid decoder treats empty as an extra field required by the type. The problem with the type empty is that the candid Rust library wrongly categorizes empty as a recoverable error when skipping the field and thus causing an infinite decoding loop.

Canisters using affected versions of candid are exposed to denial of service by causing the decoding to run indefinitely until the canister traps due to reaching maximum instruction limit per execution round. Repeated exposure to the payload will result in degraded performance of the canister. Note: Canisters written in Motoko are unaffected.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
candidcrates.io
>= 0.9.0, < 0.9.100.9.10

Affected products

2
  • ghsa-coords
    Range: >= 0.9.0, < 0.9.10
  • Internet Computer/Candidv5
    Range: 0.9.0

Patches

Vulnerability mechanics

References

9

News mentions

0

No linked articles in our index yet.