Vulnerability in Linuxfoundation Runc
CVE-2026-41579
runc is a CLI tool for spawning and running containers according to the OCI specification. In versions prior to 1.3.6, 1.4.0-rc.1, 1.4.0-rc.12, 1.5.0-rc.1, and 1.5.0-rc.1, when setting up the container rootfs, setupPtmx and setupDevSymlinks call os.Remove and os.Symlink with a filepath.Join string which allow an image with /dev as a symlink to trick runc into deleting files called ptmx on the host or creating a hardcoded set of symlinks with specific names and targets in an arbitrary pre-existing host directory. This issue is not exploitable under Docker, because Docker creates a top-level read-only layer that masks any malicious /dev symlink present in the container image — unlike some other Linux container tooling, whose higher-level runtimes built on runc remain exposed to exploitation via a malicious image. This issue has been fixed in versions 1.3.6, 1.4.3 and 1.5.0.
EPSS: 0.002 (8.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 3.3 (Low). Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N.
Affected products
- Linuxfoundation Runc — versions 1.5.0
- Opencontainers Runc — versions < 1.3.6, >= 1.4.0-rc.1, < 1.4.3, >= 1.5.0-rc.1, < 1.5.0-rc.3
Weakness classification (CWE)
References
- security-advisories@github.com (x_refsource_CONFIRM, Patch, Mitigation, Vendor Advisory)
- security-advisories@github.com (Patch, x_refsource_MISC)
Frequently asked questions
- What is CVE-2026-41579?
- CVE-2026-41579 is a low-severity vulnerability in Linuxfoundation Runc, classified under UNIX Symbolic Link (Symlink) Following. CVSS score: 3.3/10. Published 2026-07-01.
- How severe is CVE-2026-41579?
- Low severity. CVSS v3 base score is 3.3 out of 10.