---
id: CVE-2021-43816
aliases:
  - GHSA-mvff-h3cj-wj9c
  - GO-2022-0278
title: Unprivileged pod using `hostPath` can side-step active LSM when it is SELinux
summary: Unprivileged pod using `hostPath` can side-step active LSM when it is SELinux
severity: high
cvss: 8
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H'
vendor: containerd
product: github.com/containerd/containerd
ecosystem: go
affected:
  - 'github.com/containerd/containerd >= 1.5.0, < 1.5.9'
patched:
  - github.com/containerd/containerd 1.5.9
published: '2022-01-06'
updated: '2026-07-08'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-mvff-h3cj-wj9c'
references:
  - url: >-
      https://github.com/containerd/containerd/security/advisories/GHSA-mvff-h3cj-wj9c
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2021-43816'
  - url: 'https://github.com/containerd/containerd/issues/6194'
  - url: >-
      https://github.com/containerd/containerd/commit/a731039238c62be081eb8c31525b988415745eea
  - url: >-
      https://github.com/dweomer/containerd/commit/f7f08f0e34fb97392b0d382e58916d6865100299
  - url: 'https://github.com/containerd/containerd'
  - url: >-
      https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GD5GH7NMK5VJMA2Y5CYB5O5GTPYMWMLX
  - url: >-
      https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MPDIZMI7ZPERSZE2XO265UCK5IWM7CID
tags:
  - osv
  - go
epss: 0.01682
epssPercentile: 0.75979
ingestedAt: '2026-07-09T18:56:36.655Z'
---

## Overview

### Impact

Containers launched through containerd’s CRI implementation on Linux systems which use the SELinux security module and containerd versions since v1.5.0 can cause arbitrary files and directories on the host to be relabeled to match the container process label through the use of specially-configured bind mounts in a hostPath volume. This relabeling elevates permissions for the container, granting full read/write access over the affected files and directories. Kubernetes and crictl can both be configured to use containerd’s CRI implementation.

If you are not using containerd’s CRI implementation (through one of the mechanisms described above), you are not affected by this issue.

### Patches

This bug has been fixed in containerd 1.5.9.  Because file labels persist independently of containerd, users should both update to these versions as soon as they are released and validate that all files on their host are correctly labeled.

### Workarounds

Ensure that no sensitive files or directories are used as a hostPath volume source location.  Policy enforcement mechanisms such a Kubernetes Pod Security Policy [AllowedHostPaths](https://kubernetes.io/docs/concepts/policy/pod-security-policy/#volumes-and-file-systems) may be specified to limit the files and directories that can be bind-mounted to containers.

### 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.5.0, < 1.5.9`

## Remediation

Upgrade to a patched release:

- `github.com/containerd/containerd 1.5.9`
