---
id: GHSA-qq97-vm5h-rrhg
aliases:
  - GO-2022-0379
title: OCI Manifest Type Confusion Issue
summary: OCI Manifest Type Confusion Issue
severity: low
cvss: 3
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:N'
vendor: docker
product: github.com/docker/distribution
ecosystem: go
affected:
  - github.com/docker/distribution < 2.8.0
patched:
  - github.com/docker/distribution 2.8.0
published: '2022-02-08'
updated: '2026-08-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-qq97-vm5h-rrhg'
references:
  - url: >-
      https://github.com/distribution/distribution/security/advisories/GHSA-qq97-vm5h-rrhg
  - url: 'https://github.com/opencontainers/image-spec/pull/411'
  - url: >-
      https://github.com/distribution/distribution/commit/b59a6f827947f9e0e67df0cfb571046de4733586
  - url: 'https://github.com/distribution/distribution'
  - url: 'https://pkg.go.dev/vuln/GO-2022-0379'
tags:
  - osv
  - go
ingestedAt: '2026-08-07T19:14:17.550Z'
---

## Overview

### Impact

Systems that rely on digest equivalence for image attestations may be vulnerable to type confusion.

### Patches

Upgrade to at least `v2.8.0-beta.1`  if you are running `v2.x` release. If you use the code from the `main` branch, update at least to the commit after [b59a6f827947f9e0e67df0cfb571046de4733586](https://github.com/distribution/distribution/commit/b59a6f827947f9e0e67df0cfb571046de4733586).

### Workarounds

There is no way to work around this issue without patching.

### References

Due to [an oversight in the OCI Image Specification](https://github.com/opencontainers/image-spec/pull/411) that removed the embedded `mediaType` field from manifests, a maliciously crafted OCI Container Image can cause registry clients to parse the same image in two different ways without modifying the image’s digest by modifying the `Content-Type` header returned by a registry. This can invalidate a common pattern of relying on container image digests for equivalence.

### For more information

If you have any questions or comments about this advisory:
* Open an issue in [distribution](https://github.com/distribution/distribution) 
* Open an issue in [distribution-spec](https://github.com/opencontainers/distribution-spec) 
* Email us at [cncf-distribution-security@lists.cncf.io](mailto:cncf-distribution-security@lists.cncf.io)


## Affected packages

- `github.com/docker/distribution < 2.8.0`

## Remediation

Upgrade to a patched release:

- `github.com/docker/distribution 2.8.0`
