VYPR

Candid

by Dfinity

CVEs (1)

  • CVE-2023-6245HigDec 8, 2023
    risk 0.42cvss 7.5epss 0.01

    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…