---
id: CVE-2026-22703
title: >-
  github.com/sigstore/cosign: Cosign verification accepts any valid Rekor entry
  under certain conditions (CVE-2026-22703)
summary: >-
  A data verification flaw has been discovered in the golang cosign library. A
  Cosign bundle can be crafted to successfully verify an artifact even if the
  embedded Rekor entry does not reference the artifact's digest, signature or
  public key…
severity: medium
cvss: 5.5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N'
cvssSource: vendor
cwe: CWE-345
vendor: Red Hat
product: OpenShift Pipelines
affected:
  - openshift_pipelines
  - openshift_serverless
  - advanced_cluster_security 4
  - openshift_dev_spaces
  - trusted_artifact_signer
  - web_terminal
  - security_profiles_operator
  - zero_trust_workload_identity_manager
  - zero_trust_workload_identity_manager_tech_preview
patched:
  - github.com/sigstore/cosign/v3 3.0.4
  - github.com/sigstore/cosign/v2 2.6.2
published: '2026-01-10'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T04:22:50+00:00'
source: CSAF
sourceUrl: 'https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-22703.json'
references:
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-22703.json
  - url: 'https://access.redhat.com/security/cve/CVE-2026-22703'
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2428445'
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-22703'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-22703'
  - url: >-
      https://github.com/sigstore/cosign/commit/6832fba4928c1ad69400235bbc41212de5006176
  - url: 'https://github.com/sigstore/cosign/pull/4623'
  - url: 'https://github.com/sigstore/cosign/security/advisories/GHSA-whqx-f9j3-ch6m'
  - url: 'https://github.com/sigstore/cosign'
tags:
  - csaf
  - vex
  - red-hat
  - osv
  - go
epss: 0.00108
epssPercentile: 0.0108
aliases:
  - GHSA-whqx-f9j3-ch6m
  - BIT-cosign-2026-22703
  - GO-2026-4309
ecosystem: go
ingestedAt: '2026-08-24T19:25:44.736Z'
---

## Overview

A data verification flaw has been discovered in the golang cosign library. A Cosign bundle can be crafted to successfully verify an artifact even if the embedded Rekor entry does not reference the artifact's digest, signature or public key. When verifying a Rekor entry, Cosign verifies the Rekor entry signature, and also compares the artifact's digest, the user's public key from either a Fulcio certificate or provided by the user, and the artifact signature to the Rekor entry contents. Without these comparisons, Cosign would accept any response from Rekor as valid. A malicious actor that has compromised a user's identity or signing key could construct a valid Cosign bundle by including any arbitrary Rekor entry, thus preventing the user from being able to audit the signing event. This vulnerability only affects users that provide a trusted root via --trusted-root or when fetched automatically from a TUF repository, when no trusted key material is provided via SIGSTORE_REKOR_PUBLIC_KEY. When using the default flag values in Cosign v3 to sign and verify (--use-signing-config=true and --new-bundle-format=true for signing, --new-bundle-format=true for verification), users are unaffected. Cosign v2 users are affected using the default flag values.

## Vendor advisories

- **Red Hat VEX** · Moderate · affected: OpenShift Pipelines, OpenShift Serverless, Red Hat Advanced Cluster Security 4, Red Hat OpenShift Dev Spaces, Red Hat Trusted Artifact Signer, Red Hat Web Terminal, … · no fix planned: OpenShift Pipelines, OpenShift Serverless, Red Hat Advanced Cluster Security 4, Red Hat OpenShift Dev Spaces, … · updated 2026-09-23 · [vex](https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-22703.json)

**github.com/sigstore/cosign: Cosign verification accepts any valid Rekor entry under certain conditions** — rated Moderate by Red Hat. Released 2026-01-10, updated 2026-09-23.

Affected:

- OpenShift Pipelines
- OpenShift Serverless
- Red Hat Advanced Cluster Security 4
- Red Hat OpenShift Dev Spaces
- Red Hat Trusted Artifact Signer
- Red Hat Web Terminal
- Security Profiles Operator
- Zero Trust Workload Identity Manager
- Zero Trust Workload Identity Manager - Tech Preview

No fix planned:

- OpenShift Pipelines
- OpenShift Serverless
- Red Hat Advanced Cluster Security 4
- Red Hat OpenShift Dev Spaces
- Red Hat Trusted Artifact Signer
- Red Hat Web Terminal
- Security Profiles Operator
- Zero Trust Workload Identity Manager
- Zero Trust Workload Identity Manager - Tech Preview

## Remediation

Fix deferred

Workarounds / mitigations:

- Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

## Package advisory (CVE-2026-22703)

Affected packages:

- `github.com/sigstore/cosign/v3 < 3.0.4`
- `github.com/sigstore/cosign/v2 < 2.6.2`

Patched in:

- `github.com/sigstore/cosign/v3 3.0.4`
- `github.com/sigstore/cosign/v2 2.6.2`

Source: https://osv.dev/vulnerability/GHSA-whqx-f9j3-ch6m
