CVE-2024-29903 MEDIUM

CVE-2024-29903: Cosign vulnerable to machine-wide denial of service via malicious artifacts

Vendor Sigstore
Product cosign
Weakness CWE-770 · Uncontrolled resource consumption
Published April 10, 2024
Last update August 2, 2024

CVSS base score

4.2/10
Attack vector Network
Attack complexity High
Privileges required High
User interaction Required
Confidentiality None
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:N/A:H

What the vulnerability does

01Description

Cosign provides code signing and transparency for containers and binaries. Prior to version 2.2.4, maliciously-crafted software artifacts can cause denial of service of the machine running Cosign thereby impacting all services on the machine. The root cause is that Cosign creates slices based on the number of signatures, manifests or attestations in untrusted artifacts. As such, the untrusted artifact can control the amount of memory that Cosign allocates. The exact issue is Cosign allocates excessive memory on the lines that creates a slice of the same length as the manifests. Version 2.2.4 contains a patch for the vulnerability.

Key dates

02Disclosure timeline

April 10, 2024 CVE published
August 2, 2024 Record updated