Bug 2274504 (CVE-2024-29903) - CVE-2024-29903 cosign: Malicious artifects can cause machine-wide denial of service
Summary: CVE-2024-29903 cosign: Malicious artifects can cause machine-wide denial of s...
Keywords:
Status: NEW
Alias: CVE-2024-29903
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 2274506
TreeView+ depends on / blocked
 
Reported: 2024-04-11 12:29 UTC by Marco Benatto
Modified: 2024-04-30 11:36 UTC (History)
0 users

Fixed In Version: cosign 2.2.4
Doc Type: If docs needed, set a value
Doc Text:
A flaw was found in the Cosign package where maliciously crafted software artifacts can trigger uncontrolled resource consumption by allocating too much memory and starving out the system. A successful attack may result in a denial of service of the machine running Cosign, impacting availability.
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Marco Benatto 2024-04-11 12:29:35 UTC
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.

https://github.com/sigstore/cosign/blob/14795db16417579fac0c00c11e166868d7976b61/pkg/cosign/verify.go#L948-L955
https://github.com/sigstore/cosign/blob/286a98a4a99c1b2f32f84b0d560e324100312280/pkg/oci/remote/signatures.go#L56-L70
https://github.com/sigstore/cosign/commit/629f5f8fa672973503edde75f84dcd984637629e
https://github.com/sigstore/cosign/releases/tag/v2.2.4
https://github.com/sigstore/cosign/security/advisories/GHSA-95pr-fxf5-86gv


Note You need to log in before you can comment on or make changes to this bug.