← Catalog
Co

containerd

Containers & Runtimes latest v2.3.3 · via GitHub Releases
v2.3.3 Fri, Jul 10

Welcome to the v2.3.3 release of containerd! The third patch release for containerd 2.3 contains various fixes and updates.

v2.2.6 Thu, Jul 9

Welcome to the v2.2.6 release of containerd! The sixth patch release for containerd 2.2 contains various fixes and updates.

v2.0.11 Thu, Jul 9

Welcome to the v2.0.11 release of containerd! The eleventh patch release for containerd 2.0 contains various fixes and updates. ### Highlights #### Image Distribution * Limit fallback to /blobs endpoint during ref resolution to prevent content store pollution ([#13622](https://github.com/containerd/containerd/pull/13622)) Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

v1.7.34 Thu, Jul 9

Welcome to the v1.7.34 release of containerd! The thirty-fourth patch release for containerd 1.7 contains various fixes and updates. ### Highlights #### Container Runtime Interface (CRI) * Fix lost container exit events when events arrive before container info is cached ([#11634](https://github.com/containerd/containerd/pull/11634)) Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

HIGH CVE-2026-53492 Fri, Jun 19

### Impact containerd's CRI implementation improperly trusts Container Device Interface (CDI) annotations found within untrusted checkpoint image metadata during container restoration. When restoring a container from a checkpoint, containerd preserves CDI-related annotations from the checkpoint archive rather than relying solely on the pod's create-time specification.

GHSA-33vj-92qq-66hc CVE-2026-53492 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:H/SI:H/SA:N github.com/containerd/containerd/v2 introduced: 2.1.0 fixed: 2.1.9 github.com/containerd/containerd/v2 introduced: 2.2.0 fixed: 2.2.5 github.com/containerd/containerd/v2 introduced: 2.3.0 fixed: 2.3.2
HIGH CVE-2026-53489 Fri, Jun 19

### Impact A bug was found in containerd where the CRI plugin restores `container.log` from a checkpoint image without validating a symlinked path. This could result in reading an arbitrary file on the host via `kubectl logs`. ### Patches This bug has been fixed in the following containerd versions: * 2.3.2 * 2.2.5 * 2.1.9 Users should update to these versions to resolve the issue. ### Workarounds Ensure that only trusted images and checkpoints are used.

GHSA-rgh6-rfwx-v388 CVE-2026-53489 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N github.com/containerd/containerd/v2 introduced: 2.1.0 fixed: 2.1.9 github.com/containerd/containerd/v2 introduced: 2.2.0 fixed: 2.2.5 github.com/containerd/containerd/v2 introduced: 2.3.0 fixed: 2.3.2
HIGH CVE-2026-53488 Fri, Jun 19

### Impact A bug was found in containerd where the CRI plugin propagates labels from an image config (`LABEL` instruction in Dockerfile) to a container without validation. This may result in executing an arbitrary command on the host, via a plugin that consumes container labels for some operations. ### Patches This bug has been fixed in the following containerd versions: * 2.3.2 * 2.2.5 * 2.1.9 * 2.0.10 * 1.7.33 Users should update to these versions to resolve the issue.

GHSA-xhf5-7wjv-pqxp CVE-2026-53488 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N github.com/containerd/containerd introduced: 1.7.0 fixed: 1.7.33 github.com/containerd/containerd/v2 introduced: 2.0.0 fixed: 2.0.10 github.com/containerd/containerd/v2 introduced: 2.1.0 fixed: 2.1.9 github.com/containerd/containerd/v2 introduced: 2.2.0 fixed: 2.2.5 github.com/containerd/containerd/v2 introduced: 2.3.0 fixed: 2.3.2
MODERATE CVE-2026-50195 Fri, Jun 19

## Impact containerd's CRI checkpoint import process contains a vulnerability where it fails to validate the image references specified within a checkpoint image's configuration. An attacker with permissions to create pods can use a crafted checkpoint image to force containerd to pull a malicious image and assign it an arbitrary local tag, thereby poisoning the node's local image cache.

GHSA-cvxm-645q-p574 CVE-2026-50195 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H github.com/containerd/containerd/v2 introduced: 2.1.0 fixed: 2.1.9 github.com/containerd/containerd/v2 introduced: 2.2.0 fixed: 2.2.5 github.com/containerd/containerd/v2 introduced: 2.3.0 fixed: 2.3.2
MODERATE CVE-2026-47262 Fri, Jun 19

### Impact A vulnerability in containerd allows a maliciously crafted image to cause a Denial of Service (DoS) condition. When creating a container from this image, memory exhaustion occurs, leading to an Out Of Memory (OOM) kill of the containerd process. This renders the container runtime API unavailable and can disrupt clients such as the Docker Engine or Kubernetes control-plane components.

GHSA-jpcc-p29g-p8mq CVE-2026-47262 CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N github.com/containerd/containerd/v2 introduced: 2.0.0 fixed: 2.0.10 github.com/containerd/containerd introduced: 1.7.0 fixed: 1.7.33 github.com/containerd/containerd/v2 introduced: 2.1.0 fixed: 2.1.9 github.com/containerd/containerd/v2 introduced: 2.2.0 fixed: 2.2.5 github.com/containerd/containerd/v2 introduced: 2.3.0 fixed: 2.3.2
v2.1.9 Thu, Jun 18

Welcome to the v2.1.9 release of containerd! The ninth patch release for containerd 2.1 contains various fixes and updates including security patches.

v1.7.33 Thu, Jun 18

Welcome to the v1.7.33 release of containerd! The thirty-third patch release for containerd 1.7 contains various fixes and updates including security patches.

v2.0.10 Thu, Jun 18

Welcome to the v2.0.10 release of containerd! The tenth patch release for containerd 2.0 includes various bug fixes and updates including security patches.

v2.3.2 Thu, Jun 18

Welcome to the v2.3.2 release of containerd! The second patch release for containerd 2.3 contains various fixes and updates including security patches.

v2.2.5 Thu, Jun 18

Welcome to the v2.2.5 release of containerd! The fifth patch release for containerd 2.2 contains various fixes and updates including security patches.

v2.1.8 Tue, Jun 2

Welcome to the v2.1.8 release of containerd! The eighth patch release for containerd 2.1 contains various fixes and updates.

HIGH CVE-2026-46680 Thu, May 21

### Impact A bug was found in containerd where containers launched with a numeric `User` directive that cannot be parsed as a 32-bit integer are incorrectly treated as a username. 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.

GHSA-fqw6-gf59-qr4w CVE-2026-46680 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H github.com/containerd/containerd introduced: 1.7.27 fixed: 1.7.32 github.com/containerd/containerd/v2 introduced: 2.0.4 fixed: 2.0.9 github.com/containerd/containerd/v2 introduced: 2.1.0-beta.0 fixed: 2.2.4 github.com/containerd/containerd/v2 introduced: 2.3.0-beta.0 fixed: 2.3.1
MODERATE CVE-2025-64329 Thu, Nov 6

### Impact A bug was found in containerd's CRI Attach implementation where a user can exhaust memory on the host due to goroutine leaks. Repetitive calls of CRI Attach (e.g., [`kubectl attach`](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_attach/)) could increase the memory usage of containerd. ### Patches This bug has been fixed in the following containerd versions: * 2.2.0 * 2.1.5 * 2.0.7 * 1.7.29 Users should update to these versions to resolve the issue.

GHSA-m6hq-p25p-ffr2 CVE-2025-64329 CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N github.com/containerd/containerd introduced: 0 fixed: 1.7.29 github.com/containerd/containerd/v2 introduced: 0 fixed: 2.0.7 github.com/containerd/containerd/v2 introduced: 2.1.0-beta.0 fixed: 2.1.5 github.com/containerd/containerd/v2 introduced: 2.2.0-beta.0 fixed: 2.2.0
HIGH CVE-2024-25621 Thu, Nov 6

### Impact An overly broad default permission vulnerability was found in containerd. - `/var/lib/containerd` was created with the permission bits 0o711, while it should be created with 0o700 - Allowed local users on the host to potentially access the metadata store and the content store - `/run/containerd/io.containerd.grpc.v1.cri` was created with 0o755, while it should be created with 0o700 - Allowed local users on the host to potentially access the contents of Kubernetes local volumes.

GHSA-pwhc-rpq9-4c8w CVE-2024-25621 CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H github.com/containerd/containerd introduced: 0 fixed: 1.7.29 github.com/containerd/containerd/v2 introduced: 0 fixed: 2.0.7 github.com/containerd/containerd/v2 introduced: 2.1.0-beta.0 fixed: 2.1.5 github.com/containerd/containerd/v2 introduced: 2.2.0-beta.0 fixed: 2.2.0
MODERATE CVE-2024-40635 Mon, Mar 17

### Impact A bug was found in containerd where containers launched with a User set as a `UID:GID` larger than the maximum 32-bit signed integer can cause an overflow condition where the container ultimately runs as root (UID 0). This could cause unexpected behavior for environments that require containers to run as a non-root user.

GHSA-265r-hfxg-fhmg CVE-2024-40635 CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N github.com/containerd/containerd/v2 introduced: 0 fixed: 2.0.4 github.com/containerd/containerd introduced: 1.7.0-beta.0 fixed: 1.7.27 github.com/containerd/containerd introduced: 0 fixed: 1.6.38
LOW GHSA-c9cp-9c75-9v8c Tue, May 14

### Impact A bug was found in containerd where containers were incorrectly started with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during `execve(2)`.

GHSA-c9cp-9c75-9v8c github.com/containerd/containerd introduced: 0 fixed: 1.5.11 github.com/containerd/containerd introduced: 1.6.0 fixed: 1.6.2
MODERATE CVE-2021-21334 Wed, Jan 31

## Impact Containers launched through containerd's CRI implementation (through Kubernetes, crictl, or any other pod/container client that uses the containerd CRI service) that share the same image may receive incorrect environment variables, including values that are defined for other containers. If the affected containers have different security contexts, this may allow sensitive information to be unintentionally shared.

GHSA-6g2q-w5j3-fwh4 CVE-2021-21334 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N github.com/containerd/containerd introduced: 1.4.0 fixed: 1.4.4 github.com/containerd/containerd introduced: 0 fixed: 1.3.10
MODERATE GHSA-7ww5-4wqc-m92c Tue, Dec 19

# /sys/devices/virtual/powercap accessible by default to containers Intel's RAPL (Running Average Power Limit) feature, introduced by the Sandy Bridge microarchitecture, provides software insights into hardware energy consumption. To facilitate this, Intel introduced the powercap framework in Linux kernel 3.13, which reads values via relevant MSRs (model specific registers) and provides unprivileged userspace access via `sysfs`.

GHSA-7ww5-4wqc-m92c github.com/containerd/containerd introduced: 0 fixed: 1.6.26 github.com/containerd/containerd introduced: 1.7.0 fixed: 1.7.11
MODERATE CVE-2023-25153 Thu, Feb 16

### Impact When importing an OCI image, there was no limit on the number of bytes read for certain files. A maliciously crafted image with a large file where a limit was not applied could cause a denial of service. ### Patches This bug has been fixed in containerd 1.6.18 and 1.5.18. Users should update to these versions to resolve the issue. ### Workarounds Ensure that only trusted images are used and that only trusted users have permissions to import images.

GHSA-259w-8hf6-59c2 CVE-2023-25153 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H github.com/containerd/containerd introduced: 0 fixed: 1.5.18 github.com/containerd/containerd introduced: 1.6.0 fixed: 1.6.18
MODERATE CVE-2023-25173 Thu, Feb 16

### Impact A bug was found in containerd where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases, potentially gaining access to sensitive information or gaining the ability to execute code in that container.

GHSA-hmfx-3pcx-653p CVE-2023-25173 CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L github.com/containerd/containerd introduced: 0 fixed: 1.5.18 github.com/containerd/containerd introduced: 1.6.0 fixed: 1.6.18
MODERATE CVE-2022-23471 Wed, Dec 7

### Impact A bug was found in containerd's CRI implementation where a user can exhaust memory on the host. In the CRI stream server, a goroutine is launched to handle terminal resize events if a TTY is requested. If the user's process fails to launch due to, for example, a faulty command, the goroutine will be stuck waiting to send without a receiver, resulting in a memory leak.

GHSA-2qjp-425j-52j9 CVE-2022-23471 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H github.com/containerd/containerd introduced: 0 fixed: 1.5.16 github.com/containerd/containerd introduced: 1.6.0 fixed: 1.6.12
MODERATE CVE-2022-31030 Mon, Jun 6

### Impact A bug was found in containerd's CRI implementation where programs inside a container can cause the containerd daemon to consume memory without bound during invocation of the `ExecSync` API. This can cause containerd to consume all available memory on the computer, denying service to other legitimate workloads.

GHSA-5ffw-gxpp-mxpf CVE-2022-31030 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H github.com/containerd/containerd introduced: 0 fixed: 1.5.13 github.com/containerd/containerd introduced: 1.6.0 fixed: 1.6.6
HIGH CVE-2022-23648 Wed, Mar 2

### Impact A bug was found in containerd where containers launched through containerd’s CRI implementation with a specially-crafted image configuration could gain access to read-only copies of arbitrary files and directories on the host. This may bypass any policy-based enforcement on container setup (including a Kubernetes Pod Security Policy) and expose potentially sensitive information. Kubernetes and crictl can both be configured to use containerd’s CRI implementation.

GHSA-crp2-qrr5-8pq7 CVE-2022-23648 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N github.com/containerd/containerd introduced: 0 fixed: 1.4.13 github.com/containerd/containerd introduced: 1.5.0 fixed: 1.5.10 github.com/containerd/containerd introduced: 1.6.0 fixed: 1.6.1
MODERATE CVE-2020-15157 Fri, Feb 11

## Impact If a container image manifest in the OCI Image format or Docker Image V2 Schema 2 format includes a URL for the location of a specific image layer (otherwise known as a “foreign layer”), the default containerd resolver will follow that URL to attempt to download it.

GHSA-742w-89gc-8m9c CVE-2020-15157 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N github.com/containerd/containerd introduced: 0 fixed: 1.2.14
HIGH CVE-2021-43816 Thu, Jan 6

### 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.

GHSA-mvff-h3cj-wj9c CVE-2021-43816 CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H github.com/containerd/containerd introduced: 1.5.0 fixed: 1.5.9
LOW GHSA-5j5w-g665-5m35 Thu, Nov 18

### 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.

GHSA-5j5w-g665-5m35 CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:N github.com/containerd/containerd introduced: 0 fixed: 1.4.12 github.com/containerd/containerd introduced: 1.5.0 fixed: 1.5.8
MODERATE CVE-2021-41103 Mon, Oct 4

### Impact A bug was found in containerd where container root directories and some plugins had insufficiently restricted permissions, allowing otherwise unprivileged Linux users to traverse directory contents and execute programs. When containers included executable programs with extended permission bits (such as setuid), unprivileged Linux users could discover and execute those programs.

GHSA-c2h3-6mxw-7mvq CVE-2021-41103 CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L github.com/containerd/containerd introduced: 0 fixed: 1.4.11 github.com/containerd/containerd introduced: 1.5.0 fixed: 1.5.7
MODERATE CVE-2021-32760 Mon, Jul 26

## Impact A bug was found in containerd where pulling and extracting a specially-crafted container image can result in Unix file permission changes for existing files in the host’s filesystem. Changes to file permissions can deny access to the expected owner of the file, widen access to others, or set extended bits like setuid, setgid, and sticky. This bug does not directly allow files to be read, modified, or executed without an additional cooperating process.

GHSA-c72p-9xmj-rx3w CVE-2021-32760 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L github.com/containerd/containerd introduced: 0 fixed: 1.4.8 github.com/containerd/containerd introduced: 1.5.0 fixed: 1.5.4
MODERATE CVE-2020-15257 Mon, May 24

## Impact Access controls for the shim’s API socket verified that the connecting process had an effective UID of 0, but did not otherwise restrict access to the abstract Unix domain socket. This would allow malicious containers running in the same network namespace as the shim, with an effective UID of 0 but otherwise reduced privileges, to cause new processes to be run with elevated privileges.

GHSA-36xw-fx78-c5r4 CVE-2020-15257 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N github.com/containerd/containerd introduced: 0 fixed: 1.3.9 github.com/containerd/containerd introduced: 1.4.0 fixed: 1.4.3