---
id: GHSA-5j5w-g665-5m35
aliases:
  - GO-2022-0360
title: Ambiguous OCI manifest parsing
summary: Ambiguous OCI manifest parsing
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: containerd
product: github.com/containerd/containerd
ecosystem: go
affected:
  - github.com/containerd/containerd < 1.4.12
  - 'github.com/containerd/containerd >= 1.5.0, < 1.5.8'
patched:
  - github.com/containerd/containerd 1.4.12
  - github.com/containerd/containerd 1.5.8
published: '2021-11-18'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:49:09.607771298Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-5j5w-g665-5m35'
references:
  - url: >-
      https://github.com/containerd/containerd/security/advisories/GHSA-5j5w-g665-5m35
  - url: >-
      https://github.com/opencontainers/distribution-spec/security/advisories/GHSA-mc8v-mgrf-8f4m
  - url: >-
      https://github.com/opencontainers/image-spec/security/advisories/GHSA-77vh-xpmg-72qh
  - url: >-
      https://github.com/containerd/containerd/commit/26c76a3014e71af5ad2f396ec76e0e0ecc8e25a3
  - url: >-
      https://github.com/containerd/containerd/commit/db00065a969a983ceb0a409833f93f705f284ea4
  - url: 'https://github.com/containerd/containerd'
  - url: 'https://github.com/containerd/containerd/releases/tag/v1.4.12'
  - url: 'https://github.com/containerd/containerd/releases/tag/v1.5.8'
tags:
  - osv
  - go
ingestedAt: '2026-09-12T03:13:01.756Z'
---

## Overview

### Impact

In the OCI Distribution Specification version 1.0.0 and prior and in the OCI Image Specification version 1.0.1 and prior, manifest and index documents are ambiguous without an accompanying Content-Type HTTP header.  Versions of containerd prior to 1.4.12 and 1.5.8 treat the Content-Type header as trusted and deserialize the document according to that header.  If the Content-Type header changed between pulls of the same ambiguous document (with the same digest), the document may be interpreted differently, meaning that the digest alone is insufficient to unambiguously identify the content of the image.

### Patches

This issue has been fixed in containerd 1.4.12 and 1.5.8.  Image pulls for manifests that contain a “manifests” field or indices which contain a “layers” field are rejected.

### Workarounds

Ensure you only pull images from trusted sources.

### References

https://github.com/opencontainers/distribution-spec/security/advisories/GHSA-mc8v-mgrf-8f4m
https://github.com/opencontainers/image-spec/security/advisories/GHSA-77vh-xpmg-72qh

### For more information
If you have any questions or comments about this advisory:
* Open an issue in [containerd](https://github.com/containerd/containerd/issues/new/choose)
* Email us at [security@containerd.io](mailto:security@containerd.io)

## Affected packages

- `github.com/containerd/containerd < 1.4.12`
- `github.com/containerd/containerd >= 1.5.0, < 1.5.8`

## Remediation

Upgrade to a patched release:

- `github.com/containerd/containerd 1.4.12`
- `github.com/containerd/containerd 1.5.8`
