Skip to main content

Sigstore

14 CVEs product

Monthly

CVE-2026-59891 Jul 14, 16:54 npm CRITICAL PATCH GHSA Act Now

Credential leakage in sigstore-js (specifically the @sigstore/oci package) before 0.7.1 allows Docker registry credentials to be transmitted to the wrong registry because getRegistryCredentials() matched configured auth keys against the target registry using a substring check instead of an exact host match. An attacker who can induce a victim to push or pull signatures/attestations against an attacker-named registry whose hostname has a substring relationship with a legitimately configured registry (e.g. 'cr.io' vs 'ghcr.io', or 'victim.127.0.0.1:5000' vs '127.0.0.1:5000') can capture the victim's stored registry credentials. There is no public exploit identified at time of analysis, and this is not listed in CISA KEV; the underlying weakness (CWE-522) is confirmed and fixed by the vendor in @sigstore/oci 0.7.1.

Information Disclosure Docker Sigstore Sigstore Js
NVD GitHub
CVSS 3.1
9.6
EPSS
0.3%
CVE-2026-31830 Mar 10, 22:16 Ruby HIGH PATCH This Week

Sigstore-ruby versions before 0.2.3 fail to properly validate artifact digests when verifying DSSE bundles with in-toto attestations, causing the library to incorrectly return successful verification even when the artifact does not match the attested subject. This allows attackers to bypass cryptographic verification controls and accept mismatched or tampered artifacts as valid. Organizations using sigstore-ruby for supply chain verification should upgrade to version 0.2.3 immediately, though no patch is currently available for other affected projects.

Information Disclosure Sigstore
NVD GitHub VulDB
CVSS 3.1
7.5
EPSS
0.0%
CVE-2026-39395 Apr 07, 20:06 Go MEDIUM PATCH GHSA This Month

Cosign verify-blob-attestation incorrectly validates attestation signatures and predicate types in versions before 3.0.6 and 2.6.3, allowing remote attackers to bypass integrity verification by submitting malformed attestations or mismatched predicate types that are falsely reported as verified. The vulnerability affects container and binary code signing workflows where attestation integrity is critical for supply chain security.

Authentication Bypass Cosign Sigstore
NVD GitHub VulDB
CVSS 3.1
5.3
EPSS
0.0%
CVE-2026-24122 Feb 19, 23:16 Go LOW POC PATCH Monitor

Cosign provides code signing and transparency for containers and binaries. [CVSS 3.7 LOW]

Authentication Bypass Cosign Sigstore
NVD GitHub
CVSS 3.1
3.7
EPSS
0.0%
CVE-2026-22703 Jan 10, 07:16 Go MEDIUM POC PATCH This Month

Cosign's bundle verification mechanism fails to properly validate that embedded Rekor entries reference the correct artifact digest, signature, and public key, allowing an attacker with a compromised signing identity to forge valid bundles and bypass transparency log verification. A malicious actor could exploit this to create counterfeit signatures that pass validation checks, affecting users relying on Cosign for container and binary code signing verification. Public exploit code exists for this vulnerability; patches are available in versions 2.6.2 and 3.0.4.

Authentication Bypass Red Hat Cosign Suse Sigstore
NVD GitHub
CVSS 3.1
5.5
EPSS
0.0%
CVE-2024-45395 Sep 04, 21:15 Go HIGH PATCH This Week

sigstore-go, a Go library for Sigstore signing and verification, is susceptible to a denial of service attack in versions prior to 0.6.1 when a verifier is provided a maliciously crafted Sigstore. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Denial Of Service Sigstore Sigstore Go
NVD GitHub
CVSS 3.1
7.5
EPSS
0.4%
CVE-2024-29903 Apr 10, 23:15 Go HIGH POC PATCH This Week

Cosign provides code signing and transparency for containers and binaries. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Denial Of Service Cosign Sigstore
NVD GitHub
CVSS 3.1
7.5
EPSS
0.9%
CVE-2024-29902 Apr 10, 23:15 Go MEDIUM PATCH This Month

Cosign provides code signing and transparency for containers and binaries. Rated medium severity (CVSS 5.9), this vulnerability is remotely exploitable, no authentication required. This Allocation of Resources Without Limits vulnerability could allow attackers to exhaust system resources through uncontrolled allocation.

Denial Of Service Redis Cosign Sigstore
NVD GitHub
CVSS 3.1
5.9
EPSS
0.7%
CVE-2023-47122 Nov 10, 22:15 Go MEDIUM PATCH This Month

Gitsign is software for keyless Git signing using Sigstore. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required.

Information Disclosure Jwt Attack Sigstore Gitsign
NVD GitHub
CVSS 3.1
5.3
EPSS
0.4%
CVE-2023-46737 Nov 07, 18:15 Go MEDIUM POC PATCH This Month

Cosign is a sigstore signing tool for OCI containers. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Denial Of Service Cosign Sigstore
NVD GitHub
CVSS 3.1
5.3
EPSS
0.6%
CVE-2022-36056 Sep 14, 20:15 Go MEDIUM POC PATCH This Month

Cosign is a project under the sigstore organization which aims to make signatures invisible infrastructure. Rated medium severity (CVSS 5.5), this vulnerability is low attack complexity. Public exploit code available.

Information Disclosure Jwt Attack Cosign Sigstore
NVD GitHub
CVSS 3.1
5.5
EPSS
0.1%
CVE-2022-35930 Aug 04, 22:15 Go HIGH PATCH This Week

PolicyController is a utility used to enforce supply chain policy in Kubernetes clusters. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity.

Information Disclosure Kubernetes Jwt Attack Sigstore Policy Controller
NVD GitHub
CVSS 3.1
8.8
EPSS
0.5%
CVE-2022-35929 Aug 04, 19:15 Go CRITICAL POC PATCH Act Now

cosign is a container signing and verification utility. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Jwt Attack Cosign Sigstore
NVD GitHub
CVSS 3.1
9.8
EPSS
0.6%
CVE-2022-23649 Feb 18, 22:15 Go LOW PATCH Monitor

Cosign provides container signing, verification, and storage in an OCI registry for the sigstore project. Rated low severity (CVSS 3.3), this vulnerability is low attack complexity.

Information Disclosure Cosign Sigstore
NVD GitHub
CVSS 3.1
3.3
EPSS
0.2%
EPSS 0% CVSS 9.6
CRITICAL PATCH Act Now

Credential leakage in sigstore-js (specifically the @sigstore/oci package) before 0.7.1 allows Docker registry credentials to be transmitted to the wrong registry because getRegistryCredentials() matched configured auth keys against the target registry using a substring check instead of an exact host match. An attacker who can induce a victim to push or pull signatures/attestations against an attacker-named registry whose hostname has a substring relationship with a legitimately configured registry (e.g. 'cr.io' vs 'ghcr.io', or 'victim.127.0.0.1:5000' vs '127.0.0.1:5000') can capture the victim's stored registry credentials. There is no public exploit identified at time of analysis, and this is not listed in CISA KEV; the underlying weakness (CWE-522) is confirmed and fixed by the vendor in @sigstore/oci 0.7.1.

Information Disclosure Docker Sigstore +1
NVD GitHub
EPSS 0% CVSS 7.5
HIGH PATCH This Week

Sigstore-ruby versions before 0.2.3 fail to properly validate artifact digests when verifying DSSE bundles with in-toto attestations, causing the library to incorrectly return successful verification even when the artifact does not match the attested subject. This allows attackers to bypass cryptographic verification controls and accept mismatched or tampered artifacts as valid. Organizations using sigstore-ruby for supply chain verification should upgrade to version 0.2.3 immediately, though no patch is currently available for other affected projects.

Information Disclosure Sigstore
NVD GitHub VulDB
EPSS 0% CVSS 5.3
MEDIUM PATCH This Month

Cosign verify-blob-attestation incorrectly validates attestation signatures and predicate types in versions before 3.0.6 and 2.6.3, allowing remote attackers to bypass integrity verification by submitting malformed attestations or mismatched predicate types that are falsely reported as verified. The vulnerability affects container and binary code signing workflows where attestation integrity is critical for supply chain security.

Authentication Bypass Cosign Sigstore
NVD GitHub VulDB
EPSS 0% CVSS 3.7
LOW POC PATCH Monitor

Cosign provides code signing and transparency for containers and binaries. [CVSS 3.7 LOW]

Authentication Bypass Cosign Sigstore
NVD GitHub
EPSS 0% CVSS 5.5
MEDIUM POC PATCH This Month

Cosign's bundle verification mechanism fails to properly validate that embedded Rekor entries reference the correct artifact digest, signature, and public key, allowing an attacker with a compromised signing identity to forge valid bundles and bypass transparency log verification. A malicious actor could exploit this to create counterfeit signatures that pass validation checks, affecting users relying on Cosign for container and binary code signing verification. Public exploit code exists for this vulnerability; patches are available in versions 2.6.2 and 3.0.4.

Authentication Bypass Red Hat Cosign +2
NVD GitHub
EPSS 0% CVSS 7.5
HIGH PATCH This Week

sigstore-go, a Go library for Sigstore signing and verification, is susceptible to a denial of service attack in versions prior to 0.6.1 when a verifier is provided a maliciously crafted Sigstore. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity.

Denial Of Service Sigstore Sigstore Go
NVD GitHub
EPSS 1% CVSS 7.5
HIGH POC PATCH This Week

Cosign provides code signing and transparency for containers and binaries. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Denial Of Service Cosign Sigstore
NVD GitHub
EPSS 1% CVSS 5.9
MEDIUM PATCH This Month

Cosign provides code signing and transparency for containers and binaries. Rated medium severity (CVSS 5.9), this vulnerability is remotely exploitable, no authentication required. This Allocation of Resources Without Limits vulnerability could allow attackers to exhaust system resources through uncontrolled allocation.

Denial Of Service Redis Cosign +1
NVD GitHub
EPSS 0% CVSS 5.3
MEDIUM PATCH This Month

Gitsign is software for keyless Git signing using Sigstore. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required.

Information Disclosure Jwt Attack Sigstore +1
NVD GitHub
EPSS 1% CVSS 5.3
MEDIUM POC PATCH This Month

Cosign is a sigstore signing tool for OCI containers. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Denial Of Service Cosign Sigstore
NVD GitHub
EPSS 0% CVSS 5.5
MEDIUM POC PATCH This Month

Cosign is a project under the sigstore organization which aims to make signatures invisible infrastructure. Rated medium severity (CVSS 5.5), this vulnerability is low attack complexity. Public exploit code available.

Information Disclosure Jwt Attack Cosign +1
NVD GitHub
EPSS 1% CVSS 8.8
HIGH PATCH This Week

PolicyController is a utility used to enforce supply chain policy in Kubernetes clusters. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity.

Information Disclosure Kubernetes Jwt Attack +2
NVD GitHub
EPSS 1% CVSS 9.8
CRITICAL POC PATCH Act Now

cosign is a container signing and verification utility. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Jwt Attack Cosign +1
NVD GitHub
EPSS 0% CVSS 3.3
LOW PATCH Monitor

Cosign provides container signing, verification, and storage in an OCI registry for the sigstore project. Rated low severity (CVSS 3.3), this vulnerability is low attack complexity.

Information Disclosure Cosign Sigstore
NVD GitHub

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy