Cyber Resilience

CVE-2025-47290

Race Condition in Linuxfoundation Containerd 2.1.0

Published
20 May 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v4 7.6
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0046 37th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-47290 is a high-severity Time-of-check Time-of-use (TOCTOU) Race Condition (CWE-367) vulnerability in Linuxfoundation Containerd. Its CVSS base score is 7.6 (High).

Operationally, ranked at the 37th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

containerd is a container runtime. A time-of-check to time-of-use (TOCTOU) vulnerability was found in containerd v2.1.0. While unpacking an image during an image pull, specially crafted container images could arbitrarily modify the host file system. The only affected version of…

more

containerd is 2.1.0. Other versions of containerd are not affected. This bug has been fixed in containerd 2.1.1. Users should update to this version to resolve the issue. As a workaround, ensure that only trusted images are used and that only trusted users have permissions to import images.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-53492Same product: Linuxfoundation Containerd
CVE-2025-64329Same product: Linuxfoundation Containerd
CVE-2024-25621Same product: Linuxfoundation Containerd
CVE-2026-46680Same product: Linuxfoundation Containerd
CVE-2026-53488Same product: Linuxfoundation Containerd
CVE-2026-47262Same product: Linuxfoundation Containerd
CVE-2023-25153Same product: Linuxfoundation Containerd
CVE-2025-47291Same product: Linuxfoundation Containerd
CVE-2026-53489Same product: Linuxfoundation Containerd
CVE-2026-50195Same product: Linuxfoundation Containerd

Affected Assets

linuxfoundation
containerd
2.1.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-6 Least Privilege
  • AC-3 Access Enforcement
  • SI-7 Software, Firmware, and Information Integrity
Detect
Catch it (NIST detect / respond)
  • SI-7 Software, Firmware, and Information Integrity
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V15.4.2
  • V17.2.6

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly implements the documented workaround by restricting image import and pull privileges to only trusted users, preventing untrusted images from reaching the vulnerable unpack path.

prevent

Enforces access-control decisions on host filesystem operations performed during image unpack, blocking the TOCTOU race from achieving arbitrary modifications.

preventdetect

Requires integrity verification of container images before unpacking, mitigating the risk of specially crafted images exploiting the TOCTOU flaw.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly include coding standards and reviews that prevent TOCTOU race conditions.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

none

Reliable, synchronized time across systems narrows the exploitable window in which a resource state can change between a security check and its use.

References