U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2023-6245

Change History

New CVE Received by NIST 12/08/2023 10:15:08 AM

Action Type Old Value New Value
Added CVSS V3.1

								
							
							
						
Dfinity AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Added CWE

								
							
							
						
Dfinity CWE-1288
Added CWE

								
							
							
						
Dfinity CWE-168
Added CWE

								
							
							
						
Dfinity CWE-20
Added CWE

								
							
							
						
Dfinity CWE-835
Added 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.



Added Reference

								
							
							
						
Dfinity https://github.com/dfinity/candid/blob/master/spec/Candid.md [No types assigned]
Added Reference

								
							
							
						
Dfinity https://github.com/dfinity/candid/pull/478 [No types assigned]
Added Reference

								
							
							
						
Dfinity https://github.com/dfinity/candid/security/advisories/GHSA-7787-p7x6-fq3j [No types assigned]
Added Reference

								
							
							
						
Dfinity https://internetcomputer.org/docs/current/references/candid-ref [No types assigned]
Added Reference

								
							
							
						
Dfinity https://internetcomputer.org/docs/current/references/ic-interface-spec [No types assigned]