Search for packages
Package details: pkg:deb/debian/containerd@1.4.13~ds1-1~deb11u2
purl pkg:deb/debian/containerd@1.4.13~ds1-1~deb11u2
Next non-vulnerable version 1.5.8~ds1-3
Latest non-vulnerable version 1.7.24~ds1-6
Risk 3.5
Vulnerabilities affecting this package (4)
Vulnerability Summary Fixed by
VCID-158e-vwx6-g3cx
Aliases:
CVE-2024-40635
GHSA-265r-hfxg-fhmg
containerd: containerd has an integer overflow in User ID handling
1.5.8~ds1-3
Affected by 0 other vulnerabilities.
1.6.24~ds1-1
Affected by 0 other vulnerabilities.
1.7.24~ds1-6
Affected by 0 other vulnerabilities.
VCID-8a7d-8ma4-aaae
Aliases:
CVE-2022-23471
GHSA-2qjp-425j-52j9
containerd is an open source container runtime. 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. Kubernetes and crictl can both be configured to use containerd's CRI implementation and the stream server is used for handling container IO. This bug has been fixed in containerd 1.6.12 and 1.5.16. Users should update to these versions to resolve the issue. Users unable to upgrade should ensure that only trusted images and commands are used and that only trusted users have permissions to execute commands in running containers.
1.4.13~ds1-1~deb11u4
Affected by 1 other vulnerability.
VCID-9qvq-4hcd-aaar
Aliases:
CVE-2023-25173
GHSA-hmfx-3pcx-653p
containerd is an open source container runtime. A bug was found in containerd prior to versions 1.6.18 and 1.5.18 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. Downstream applications that use the containerd client library may be affected as well. This bug has been fixed in containerd v1.6.18 and v.1.5.18. Users should update to these versions and recreate containers to resolve this issue. Users who rely on a downstream application that uses containerd's client library should check that application for a separate advisory and instructions. As a workaround, ensure that the `"USER $USERNAME"` Dockerfile instruction is not used. Instead, set the container entrypoint to a value similar to `ENTRYPOINT ["su", "-", "user"]` to allow `su` to properly set up supplementary groups.
1.4.13~ds1-1~deb11u4
Affected by 1 other vulnerability.
VCID-att4-5nrj-aaas
Aliases:
CVE-2023-25153
GHSA-259w-8hf6-59c2
containerd is an open source container runtime. Before versions 1.6.18 and 1.5.18, 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. This bug has been fixed in containerd 1.6.18 and 1.5.18. Users should update to these versions to resolve the issue. As a workaround, ensure that only trusted images are used and that only trusted users have permissions to import images.
1.4.13~ds1-1~deb11u4
Affected by 1 other vulnerability.
Vulnerabilities fixed by this package (4)
Vulnerability Summary Aliases
VCID-79hz-87xj-aaaj containerd is an open source container runtime. A bug was found in the 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. Kubernetes and crictl can both be configured to use containerd's CRI implementation; `ExecSync` may be used when running probes or when executing processes via an "exec" facility. This bug has been fixed in containerd 1.6.6 and 1.5.13. Users should update to these versions to resolve the issue. Users unable to upgrade should ensure that only trusted images and commands are used. CVE-2022-31030
GHSA-5ffw-gxpp-mxpf
VCID-cyue-ugaw-aaar containerd is an open source container runtime with an emphasis on simplicity, robustness and portability. 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. When the UID of an unprivileged Linux user on the host collided with the file owner or group inside a container, the unprivileged Linux user on the host could discover, read, and modify those files. This vulnerability has been fixed in containerd 1.4.11 and containerd 1.5.7. Users should update to these version when they are released and may restart containers or update directory permissions to mitigate the vulnerability. Users unable to update should limit access to the host to trusted users. Update directory permission on container bundles directories. CVE-2021-41103
GHSA-c2h3-6mxw-7mvq
VCID-dcw7-1988-aaam Moby is an open-source project created by Docker to enable and accelerate software containerization. A bug was found in Moby (Docker Engine) prior to version 20.10.14 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)`. Normally, when executable programs have specified permitted file capabilities, otherwise unprivileged users and processes can execute those programs and gain the specified file capabilities up to the bounding set. Due to this bug, containers which included executable programs with inheritable file capabilities allowed otherwise unprivileged users and processes to additionally gain these inheritable file capabilities up to the container's bounding set. Containers which use Linux users and groups to perform privilege separation inside the container are most directly impacted. This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container's bounding set. This bug has been fixed in Moby (Docker Engine) 20.10.14. Running containers should be stopped, deleted, and recreated for the inheritable capabilities to be reset. This fix changes Moby (Docker Engine) behavior such that containers are started with a more typical Linux environment. As a workaround, the entry point of a container can be modified to use a utility like `capsh(1)` to drop inheritable capabilities prior to the primary process starting. CVE-2022-24769
GHSA-2mm7-x5h6-5pvq
VCID-ujkv-wb3h-aaae containerd is a container runtime available as a daemon for Linux and Windows. A bug was found in containerd prior to versions 1.6.1, 1.5.10, and 1.14.12 where containers launched through containerd’s CRI implementation on Linux 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. This bug has been fixed in containerd 1.6.1, 1.5.10, and 1.4.12. Users should update to these versions to resolve the issue. CVE-2022-23648
GHSA-crp2-qrr5-8pq7

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-21T18:53:06.363434+00:00 Debian Oval Importer Fixing VCID-79hz-87xj-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:49:51.387651+00:00 Debian Oval Importer Affected by VCID-att4-5nrj-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T08:11:28.864384+00:00 Debian Oval Importer Affected by VCID-att4-5nrj-aaas None 36.1.3
2025-06-21T08:09:56.475621+00:00 Debian Oval Importer Affected by VCID-9qvq-4hcd-aaar None 36.1.3
2025-06-21T06:55:30.135628+00:00 Debian Oval Importer Affected by VCID-8a7d-8ma4-aaae None 36.1.3
2025-06-21T05:05:37.452358+00:00 Debian Oval Importer Fixing VCID-cyue-ugaw-aaar None 36.1.3
2025-06-21T04:23:43.834941+00:00 Debian Oval Importer Fixing VCID-79hz-87xj-aaaj None 36.1.3
2025-06-21T03:27:55.578426+00:00 Debian Oval Importer Fixing VCID-ujkv-wb3h-aaae None 36.1.3
2025-06-21T01:37:47.295093+00:00 Debian Oval Importer Fixing VCID-dcw7-1988-aaam None 36.1.3
2025-06-21T00:18:55.458847+00:00 Debian Importer Affected by VCID-8a7d-8ma4-aaae None 36.1.3
2025-06-08T12:17:00.244391+00:00 Debian Oval Importer Affected by VCID-9qvq-4hcd-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:22:53.635605+00:00 Debian Oval Importer Fixing VCID-79hz-87xj-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:19:42.103244+00:00 Debian Oval Importer Affected by VCID-att4-5nrj-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T01:52:46.072894+00:00 Debian Oval Importer Affected by VCID-att4-5nrj-aaas None 36.1.0
2025-06-08T01:51:12.025655+00:00 Debian Oval Importer Affected by VCID-9qvq-4hcd-aaar None 36.1.0
2025-06-08T00:35:09.761099+00:00 Debian Oval Importer Affected by VCID-8a7d-8ma4-aaae None 36.1.0
2025-06-07T22:43:04.024785+00:00 Debian Oval Importer Fixing VCID-cyue-ugaw-aaar None 36.1.0
2025-06-07T21:59:59.085127+00:00 Debian Oval Importer Fixing VCID-79hz-87xj-aaaj None 36.1.0
2025-06-07T21:01:23.559622+00:00 Debian Oval Importer Fixing VCID-ujkv-wb3h-aaae None 36.1.0
2025-06-07T19:00:50.522266+00:00 Debian Oval Importer Fixing VCID-dcw7-1988-aaam None 36.1.0
2025-05-06T18:54:46.937333+00:00 Debian Oval Importer Affected by VCID-158e-vwx6-g3cx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:21:41.086204+00:00 Debian Oval Importer Affected by VCID-8a7d-8ma4-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:07:03.821268+00:00 Debian Oval Importer Fixing VCID-ujkv-wb3h-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:02:15.430255+00:00 Debian Oval Importer Fixing VCID-dcw7-1988-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:25:09.435942+00:00 Debian Oval Importer Fixing VCID-cyue-ugaw-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:02:48.314096+00:00 Debian Oval Importer Affected by VCID-9qvq-4hcd-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:06:56.896831+00:00 Debian Oval Importer Fixing VCID-79hz-87xj-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:03:39.721373+00:00 Debian Oval Importer Affected by VCID-att4-5nrj-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-08T00:24:26.660407+00:00 Debian Oval Importer Affected by VCID-att4-5nrj-aaas None 36.0.0
2025-04-08T00:22:53.461916+00:00 Debian Oval Importer Affected by VCID-9qvq-4hcd-aaar None 36.0.0
2025-04-07T23:07:23.381691+00:00 Debian Oval Importer Affected by VCID-8a7d-8ma4-aaae None 36.0.0
2025-04-07T21:14:53.058891+00:00 Debian Oval Importer Fixing VCID-cyue-ugaw-aaar None 36.0.0
2025-04-07T20:30:45.445886+00:00 Debian Oval Importer Fixing VCID-79hz-87xj-aaaj None 36.0.0
2025-04-07T19:31:42.882152+00:00 Debian Oval Importer Fixing VCID-ujkv-wb3h-aaae None 36.0.0
2025-04-07T17:38:42.452413+00:00 Debian Oval Importer Fixing VCID-dcw7-1988-aaam None 36.0.0
2025-04-04T03:01:25.640456+00:00 Debian Importer Affected by VCID-8a7d-8ma4-aaae None 36.0.0
2025-02-20T18:03:33.028443+00:00 Debian Importer Affected by VCID-8a7d-8ma4-aaae None 35.1.0
2024-11-23T10:48:37.438331+00:00 Debian Importer Affected by VCID-8a7d-8ma4-aaae None 35.0.0
2024-10-10T08:57:57.373350+00:00 Debian Importer Affected by VCID-8a7d-8ma4-aaae None 34.0.2
2024-09-19T15:25:20.805560+00:00 Debian Importer Affected by VCID-8a7d-8ma4-aaae None 34.0.1
2024-04-25T12:27:54.171272+00:00 Debian Importer Affected by VCID-8a7d-8ma4-aaae None 34.0.0rc4
2024-01-11T14:20:58.674413+00:00 Debian Importer Affected by VCID-8a7d-8ma4-aaae None 34.0.0rc2
2024-01-04T23:52:18.426422+00:00 Debian Importer Affected by VCID-8a7d-8ma4-aaae None 34.0.0rc1