Vulnerability Description
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.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linuxfoundation | Runc | < 1.3.6 |
Related Weaknesses (CWE)
References
- https://github.com/opencontainers/runc/commit/864db8042dbbPatch
- https://github.com/opencontainers/runc/security/advisories/GHSA-xjvp-4fhw-gc47MitigationPatchVendor Advisory
FAQ
What is CVE-2026-41579?
CVE-2026-41579 is a vulnerability with a CVSS score of 3.3 (LOW). 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 containe...
How severe is CVE-2026-41579?
CVE-2026-41579 has been rated LOW with a CVSS base score of 3.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-41579?
Check the references section above for vendor advisories and patch information. Affected products include: Linuxfoundation Runc.