---
id: CVE-2026-46680
title: containerd is an open-source container runtime
summary: >-
  containerd is an open-source container runtime. In versions prior to 1.7.32,
  2.0.9, 2.2.4 and 2.3.1, containers launched with a numeric User directive that
  cannot be parsed as a 32-bit integer are incorrectly treated as a username,
  leadi…
severity: high
cvss: 7.8
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'
cwe:
  - CWE-269
vendor: linuxfoundation
product: containerd
affected:
  - 'containerd >= 1.7.27, < 1.7.32'
  - 'containerd >= 2.0.4, < 2.0.9'
  - 'containerd >= 2.1.0, < 2.2.4'
  - 'containerd >= 2.3.0, < 2.3.1'
patched:
  - containerd 2.3.1
published: '2026-07-01'
updated: '2026-07-03'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-46680'
references:
  - url: >-
      https://github.com/containerd/containerd/security/advisories/GHSA-fqw6-gf59-qr4w
    label: security-advisories@github.com
tags:
  - nvd
  - exploit-available
epss: 0.00163
epssPercentile: 0.04813
ingestedAt: '2026-07-03T20:53:53.306Z'
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/r0binak/CVE-2026-46680'
  checkedAt: '2026-09-25T08:20:58.800Z'
exploitAvailable: true
---

## Overview

containerd is an open-source container runtime. In versions prior to 1.7.32, 2.0.9, 2.2.4 and 2.3.1, containers launched with a numeric User directive that cannot be parsed as a 32-bit integer are incorrectly treated as a username, leading to runAsNonRoot evasion. If a crafted image provides an /etc/passwd file mapping this large numeric string to root, the container ultimately runs as root (UID 0). This allows the Kubernetes runAsNonRoot restriction to be bypassed, causing unexpected behavior for environments that require containers to run as a non-root user. This issue has been fixed in versions 1.7.32, 2.0.9, 2.2.4 and 2.3.1.

## Affected

- `containerd >= 1.7.27, < 1.7.32`
- `containerd >= 2.0.4, < 2.0.9`
- `containerd >= 2.1.0, < 2.2.4`
- `containerd >= 2.3.0, < 2.3.1`

## Remediation

Upgrade past the affected range:

- `containerd 2.3.1`
