CVE-2023-6245CWE-1288CWE-168CWE-20CWE-835

Infinite decoding loop through specially crafted payload

High · published December 8, 2023

CVSS v3.1
7.5
EPSS
1%
Percentile
66.5
In the wild
Unconfirmed
What it is

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.

The record
Technical detail
CVSS v3.1
7.5 · HIGH
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS v4.0
Not supplied
EPSS
0.01212 · 66.5th percentile
Weaknesses
CWE-1288 · Improper Validation of Consistency within Input; CWE-168 · Improper Handling of Inconsistent Special Elements; CWE-20 · Improper Input Validation; CWE-835 · Loop with Unreachable Exit Condition ('Infinite Loop')
Published
2023-12-08T14:26Z
EPSS history
Timeline
  • 08 DEC 14:26Z
    Infinite decoding loop through specially crafted payload
    cvelistv5