Three newly disclosed vulnerabilities in the runC container runtime used in Docker and Kubernetes could be exploited to bypass isolation restrictions and get access to the host system. The security issues, tracked as CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881 (all ), were reported this week and disclosed by SUSE software engineer and Open Container Initiative (OCI) board member Aleksa Sarai. runC is a universal container runtime and the OCI reference implementation for running containers. It is responsible for low-level operations such as creating the container process, setting up namespaces, mounts, and cgroups that higher-level tools, like Docker and Kubernetes, can call. An attacker exploiting the vulnerabilities could obtain write access to the underlying container host with root privileges: CVE-2025-31133 and CVE-2025-52881 affect all versions of runC, while CVE-2025-52565 impacts runC versions 1.0.0-rc3 and later. Fixes are available in runC versions 1.2.8, 1.3.3, 1.4.0-rc.3, and later. Researchers at cloud security company Sysdig note that exploiting the three vulnerabilities "require the ability to start containers with custom mount configurations," which an attacker can achieve through malicious container images or Dockerfiles. Currently, there have been no reports of any of the flaws being actively exploited in the wild. In an advisory this week, Sysdig shares that attempts to exploit any of the three security issues can be detected by monitoring suspicious...
Dangerous runC flaws could allow hackers to escape Docker containers
BleepingComputer
·Bill Toulas
·Published Nov 9, 2025
·Updated
Affected Software
5 affected components
n/a runC
n/a runC=1.0.0-rc3
n/a runC=1.2.8
n/a runC=1.3.3
n/a runC=1.4.0-
Frequently Asked Questions
1
What is the main topic of this article?
The article discusses newly disclosed vulnerabilities in the runC container runtime that might allow hackers to escape Docker containers.
2
What security implications are discussed in the article?
The vulnerabilities could enable attackers to bypass isolation restrictions and gain access to the host system.
3
Which components are specifically affected by the runC vulnerabilities?
The vulnerabilities impact various versions of runC, including versions 1.0.0-rc3, 1.2.8, 1.3.3, and 1.4.0-.
4
How severe are the runC flaws mentioned in the article?
The article indicates that these flaws are dangerous and pose significant security risks.
5
What environments are impacted by the runC container vulnerabilities?
The vulnerabilities affect environments utilizing Docker and Kubernetes that rely on runC.