{"id":"CVE-2023-6245","aliases":["RUSTSEC-2023-0073"],"url":"https://o3.security/vulnerability/CVE-2023-6245","summary":"Candid infinite decoding loop through specially crafted payload","details":"### Impact\n\nThe 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 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. \n\nCanisters 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.\n\nFor asset canister users, `dfx` versions `>= 0.14.4` to `<= 0.15.2-beta.0` ships asset canister with an affected version of candid.\n\n#### Unaffected \n- Rust canisters using candid `< 0.9.0` or `>= 0.9.10` \n- Rust canister interfaces of type other than `record { * }`\n- Motoko based canisters\n- dfx (for asset canister) `<= 0.14.3` or `>= 0.15.2`\n\n\n### Patches\n\nThe issue has been patched in `0.9.10`. All rust based canisters on candid versions `>= 0.9.0` must upgrade their candid versions to `>= 0.9.10` and deploy their canisters to mainnet as soon as possible. \n\n### Workarounds\n\nThere is no workaround for canisters using the affected versions of candid other than upgrading to patched version.\n\n### References\n-  [dfinity/candid/pull/478](https://github.com/dfinity/candid/pull/478)\n-  [Candid Library Reference](https://internetcomputer.org/docs/current/references/candid-ref)\n-  [Candid Specification](https://github.com/dfinity/candid/blob/master/spec/Candid.md)\n-  [Internet Computer Specification](https://internetcomputer.org/docs/current/references/ic-interface-spec)","published":"2023-12-08T15:23:22Z","modified":"2026-05-04T09:00:06.810494171Z","cvss":{"score":7.5,"severity":"HIGH","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"crates.io","name":"candid","fixedVersion":"0.9.10"}],"fix":{"url":"https://github.com/dfinity/candid/pull/478","label":"dfinity/candid#478"},"references":[{"type":"WEB","url":"https://github.com/dfinity/candid/security/advisories/GHSA-7787-p7x6-fq3j"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2023-6245"},{"type":"WEB","url":"https://github.com/dfinity/candid/pull/478"},{"type":"WEB","url":"https://github.com/dfinity/candid/commit/b233dbc2d2bcc79c9fc574dd5968269df680b073"},{"type":"PACKAGE","url":"https://github.com/dfinity/candid"},{"type":"WEB","url":"https://github.com/dfinity/candid/blob/master/spec/Candid.md"},{"type":"WEB","url":"https://internetcomputer.org/docs/current/references/candid-ref"},{"type":"WEB","url":"https://internetcomputer.org/docs/current/references/ic-interface-spec"},{"type":"WEB","url":"https://rustsec.org/advisories/RUSTSEC-2023-0073.html"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-05-04T09:00:06.810494171Z"}}