UBUNTU-CVE-2023-6245

Source
https://ubuntu.com/security/CVE-2023-6245
Import Source
https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2023/UBUNTU-CVE-2023-6245.json
JSON Data
https://api.osv.dev/v1/vulns/UBUNTU-CVE-2023-6245
Related
  • CVE-2023-6245
Published
2023-12-08T15:15:00Z
Modified
2025-06-02T17:22:02Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

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.

References

Affected packages

Ubuntu:Pro:18.04:LTS / candid

Package

Name
candid
Purl
pkg:deb/ubuntu/candid@1.0.0~alpha+201804191824-24b36a9-0ubuntu2?arch=source&distro=esm-apps/bionic

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

1.*

1.0.0~alpha+201804191824-24b36a9-0ubuntu1
1.0.0~alpha+201804191824-24b36a9-0ubuntu2

Ecosystem specific

{
    "ubuntu_priority": "medium"
}