Description
containerd is an open-source container runtime. Prior to versions 1.7.36, 2.0.13, 2.2.9, 2.3.6, and 2.4.1, a crafted OCI index graph can force very high CPU/memory usage during PullImage (before container start), causing long ContainerCreating stalls and, at larger sizes, node/runtime instability. Versions 1.7.36, 2.0.13, 2.2.9, 2.3.6, and 2.4.1 fix the issue.
Published: 2026-09-25
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch Now
AI Analysis

Impact

A crafted OCI index graph can cause extremely high CPU and memory consumption during image pull operations in containerd. This resource exhaustion stalls the ContainerCreating phase and can destabilize the node or runtime at larger image sizes, resulting in a denial‑of‑service condition for containers awaiting start. The vulnerability stems from uncontrolled allocation based on the supplied OCI index and leads to resource limits being exceeded before the image is fully processed.

Affected Systems

The issue exists in containerd releases prior to 1.7.36, 2.0.13, 2.2.9, 2.3.6, and 2.4.1. Any system running an affected containerd version that pulls images from a source that can supply a crafted OCI index graph is at risk. Users should verify the containerd version and upgrade if it falls below the listed fixed releases.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity, and the vulnerability is not currently listed in the CISA KEV catalog. Exploitation requires the ability to initiate an image pull with a malicious OCI index; this is typically a remote attack vector. No EPSS score is available, so the exploitation probability is uncertain, but the impact is measurable if an attacker can supply a crafted index during normal image pull activities.

Generated by OpenCVE AI on September 25, 2026 at 08:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade containerd to version 1.7.36, 2.0.13, 2.2.9, 2.3.6, or 2.4.1 or later, which contain the remediation for this vulnerability.
  • Configure resource limits for containerd processes using cgroups or equivalent mechanisms to cap CPU and memory usage, mitigating the amplification effect of malicious OCI indexes.
  • Deploy monitoring to detect prolonged ContainerCreating stalls and promptly clean up unused or stale images to reduce the attack surface.

Generated by OpenCVE AI on September 25, 2026 at 08:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 07:15:00 +0000

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

Fri, 25 Sep 2026 01:00:00 +0000

Type Values Removed Values Added
Description containerd is an open-source container runtime. Prior to versions 1.7.36, 2.0.13, 2.2.9, 2.3.6, and 2.4.1, a crafted OCI index graph can force very high CPU/memory usage during PullImage (before container start), causing long ContainerCreating stalls and, at larger sizes, node/runtime instability. Versions 1.7.36, 2.0.13, 2.2.9, 2.3.6, and 2.4.1 fix the issue.
Title Containerd has image-pull DoS via crafted OCI index graph amplification
Weaknesses CWE-400
CWE-770
CWE-834
References
Metrics cvssV4_0

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


Subscriptions

Containerd Containerd
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-25T00:06:43.298Z

Reserved: 2026-06-09T17:05:25.059Z

Link: CVE-2026-53493

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-25T01:16:48.227

Modified: 2026-09-25T14:10:13.927

Link: CVE-2026-53493

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T09:00:14Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-770

    Allocation of Resources Without Limits or Throttling

  • CWE-834

    Excessive Iteration