脆弱性情報
高度な大規模言語モデル技術を使用していますが、出力には不正確または古い情報が含まれる可能性があります。Shenlongはデータの正確性を確保するよう努めていますが、実際の状況に基づいて検証・判断してください。
脆弱性タイトル
Infinite decoding loop through specially crafted payload
脆弱性説明
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.
CVSS情報
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
脆弱性タイプ
不可达退出条件的循环(无限循环)
脆弱性タイトル
Candid 安全漏洞
脆弱性説明
Candid是一种接口描述语言 (IDL),用于与运行在 Internet 计算机上的容器进行交互。 Candid 0.9.0到0.9.10版本存在安全漏洞,该漏洞源于Candid 库在解析具有数据类型的特制有效负载时会导致拒绝服务。
CVSS情報
N/A
脆弱性タイプ
N/A