Description
containerd is an open-source container runtime. In Versions prior to 2.3.2, 2.2.5 and 2.1.9, the 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. This allows a user with pod creation permissions to bypass standard Kubernetes resource allocation and device plugin enforcement, injecting arbitrary CDI edits (such as device nodes and host mounts) into the restored container. Successful exploitation requires that the node has CDI enabled and contains a matching host CDI specification for the requested device; environments where CDI is disabled or lacking sensitive device specifications are not affected. This issue has been fixed in versions 2.3.2, 2.2.5 and 2.1.9.
Published: 2026-07-01
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Containerd, an open-source container runtime, had an issue in CRI implementations before versions 2.3.2, 2.2.5, and 2.1.9. When a container is restored from a checkpoint, containerd mistakenly trusts CDI annotations found in the checkpoint image metadata instead of only using the pod's create-time specification. This flaw allows a user with pod-creation rights to insert arbitrary CDI edits—such as device node mappings or host mounts—into the restored container, bypassing Kubernetes resource allocation and device-plugin enforcement. Successful exploitation requires the node to have CDI enabled and a matching host CDI specification for the requested device; environments where CDI is disabled or lacking sensitive device specifications are unaffected. The fix is implemented in containerd 2.3.2, 2.2.5, and 2.1.9. This is an instance of improper input validation (CWE‑20) and mis‑directed boundary checks (CWE‑863).

Affected Systems

The vulnerability exists in containerd for all versions older than 2.3.2, 2.2.5 and 2.1.9. It is only exploitable on nodes where CDI is enabled and contains a matching host CDI specification for the requested device; nodes that have CDI disabled or lacking sensitive device specifications are unaffected. The affected platform may also include Red Hat Hummingbird 1, which exposes the same containerd integration.

Risk and Exploitability

The CVSS score of 8.4 marks this as high severity. The EPSS score is less than 1 %, and the vulnerability is not yet listed in the CISA KEV catalog, indicating that broad public exploitation has not occurred. However, the attack path requires only pod-creation privileges and an enabled CDI environment, conditions that exist in many Kubernetes clusters. Because the attacker can introduce arbitrary host mounts or device nodes, the impact can be a full privilege escalation inside the runtime. The low EPSS does not negate the risk to organizations that run vulnerable containerd versions.

Generated by OpenCVE AI on July 21, 2026 at 13:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade containerd to at least 2.3.2 (or 2.2.5 / 2.1.9, depending on the current major release) to remove the flaw.
  • If an immediate update is not feasible, disable CDI on all affected containerd nodes or remove any sensitive host CDI specifications from the runtime configuration, thereby preventing untrusted annotations from being honored during restore.
  • Constrain pod-creation permissions using Kubernetes RBAC or admission controllers so that only trusted users or service accounts may create or restore pods, limiting exposure until the runtime can be updated.

Generated by OpenCVE AI on July 21, 2026 at 13:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-33vj-92qq-66hc containerd CRI checkpoint restore CDI annotation smuggling
Ubuntu USN Ubuntu USN USN-8472-1 containerd vulnerabilities
Ubuntu USN Ubuntu USN USN-8473-1 containerd vulnerabilities
History

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

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

None

cvssV3_1

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

threat_severity

Important


Thu, 02 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 02 Jul 2026 07:45: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. In Versions prior to 2.3.2, 2.2.5 and 2.1.9, the 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. This allows a user with pod creation permissions to bypass standard Kubernetes resource allocation and device plugin enforcement, injecting arbitrary CDI edits (such as device nodes and host mounts) into the restored container. Successful exploitation requires that the node has CDI enabled and contains a matching host CDI specification for the requested device; environments where CDI is disabled or lacking sensitive device specifications are not affected. This issue has been fixed in versions 2.3.2, 2.2.5 and 2.1.9.
Title containerd CRI checkpoint restore CDI annotation smuggling
Weaknesses CWE-20
CWE-863
References
Metrics cvssV4_0

{'score': 8.4, 'vector': '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'}


Subscriptions

Containerd Containerd
Redhat Hummingbird
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-02T12:50:43.273Z

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

Link: CVE-2026-53492

cve-icon Vulnrichment

Updated: 2026-07-02T12:50:39.387Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-01T17:59:12Z

Links: CVE-2026-53492 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T13:45:03Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-807

    Reliance on Untrusted Inputs in a Security Decision

  • CWE-863

    Incorrect Authorization