Description
containerd is an open-source container runtime. Versions prior to 1.7.33, 2.0.10, 2.1.9, 2.2.5 and 2.3.2, contain a vulnerability that 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. This issue has been fixed in versions 1.7.33, 2.0.10, 2.1.9, 2.2.5 and 2.3.2.
Published: 2026-07-01
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

containerd contains a flaw that allows a maliciously crafted image to trigger a denial of service during container creation. The vulnerability arises from unbounded group parsing that leads to unchecked memory allocation. An attacker can thus cause memory exhaustion, resulting in an out‑of‑memory kill of the containerd process. When containerd terminates, the container runtime API becomes unavailable, disrupting dependent services such as Docker Engine or Kubernetes control‑plane components. This weakness is due to improper input validation (CWE‑400) and unchecked allocation (CWE‑770).

Affected Systems

Any deployment running containerd versions earlier than the fixed releases—1.7.33, 2.0.10, 2.1.9, 2.2.5, or 2.3.2—is vulnerable. This includes the upstream containerd project as well as distributions that ship containerd, such as Red Hat Containerd. Users who rely on containerd to host containers for Docker, Kubernetes, or other orchestration tools are affected. Updating to the patched releases removes the flaw and restores normal operation.

Risk and Exploitability

The reported CVSS score of 5.3 indicates moderate severity, and the EPSS score is less than 1%, suggesting a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves an attacker delivering a crafted container image—via image pull or embedding the image into a container—so that the unbounded group parsing is exercised during container start. The effect is a local or network‑initiated denial of service; it does not provide privilege escalation, data exfiltration, or code execution.

Generated by OpenCVE AI on July 31, 2026 at 15:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade containerd to a patched release – 1.7.33, 2.0.10, 2.1.9, 2.2.5 or 2.3.2.
  • Restrict image sources to trusted, signed repositories to mitigate CWE‑400.
  • Apply memory limits to containerd processes and enable OOM notifications to mitigate CWE‑770.

Generated by OpenCVE AI on July 31, 2026 at 15:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-jpcc-p29g-p8mq containerd image-triggered runtime DoS via unbounded group parsing
Ubuntu USN Ubuntu USN USN-8471-1 containerd vulnerabilities
Ubuntu USN Ubuntu USN USN-8472-1 containerd vulnerabilities
Ubuntu USN Ubuntu USN USN-8473-1 containerd vulnerabilities
History

Fri, 03 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 03 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
First Time appeared Redhat
Redhat hummingbird
Weaknesses CWE-770
CPEs cpe:/a:redhat:hummingbird:1
Vendors & Products Redhat
Redhat hummingbird
References
Metrics threat_severity

None

cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Thu, 02 Jul 2026 04:00:00 +0000

Type Values Removed Values Added
First Time appeared Containerd
Containerd containerd
Vendors & Products Containerd
Containerd containerd

Wed, 01 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Description containerd is an open-source container runtime. Versions prior to 1.7.33, 2.0.10, 2.1.9, 2.2.5 and 2.3.2, contain a vulnerability that 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. This issue has been fixed in versions 1.7.33, 2.0.10, 2.1.9, 2.2.5 and 2.3.2.
Title containerd image-triggered runtime DoS via unbounded group parsing
Weaknesses CWE-400
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Containerd Containerd
Linuxfoundation Containerd
Redhat Hummingbird
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-01T18:34:06.714Z

Reserved: 2026-05-18T23:03:37.229Z

Link: CVE-2026-47262

cve-icon Vulnrichment

Updated: 2026-07-01T18:33:58.095Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-01T19:16:52.097

Modified: 2026-07-02T19:40:45.490

Link: CVE-2026-47262

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-01T17:48:43Z

Links: CVE-2026-47262 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T15:30:03Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-770

    Allocation of Resources Without Limits or Throttling