Approved changes feed: RSS · Atom
cpe:2.3:a:linuxfoundation:runc:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Linuxfoundation (4b459c90-8cdb-5268-beb4-b69b5fe74234) |
|---|---|
| Product | Runc (95df9c46-b33e-5ea8-9bf9-dadf019d868f) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from purl2cpe mapping |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:deb/debian/runc |
purl2cpe | 2026-06-01 10:13:22.669182 |
pkg:deb/ubuntu/runc |
purl2cpe | 2026-06-01 10:13:22.669184 |
pkg:github/opencontainers/runc |
purl2cpe | 2026-06-01 10:13:22.669185 |
pkg:gitlab/redhat/runc |
purl2cpe | 2026-06-01 10:13:22.669187 |
pkg:rpm/centos/runc |
purl2cpe | 2026-06-01 10:13:22.669188 |
pkg:rpm/fedora/runc |
purl2cpe | 2026-06-01 10:13:22.669190 |
pkg:rpm/opensuse/runc |
purl2cpe | 2026-06-01 10:13:22.669191 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2025-52881 |
vulnerable | 2026-06-08 07:31:13.135660 |
runc: LSM labels can be bypassed with malicious config using dummy procfs files
runc is a CLI tool for spawning and running containers according to the OCI specification. In versions 1.2.7, 1.3.2 and 1.4.0-rc.2, an attacker can trick runc into misdirecting writes to /proc to other procfs files through the use of a racing container with shared mounts (we have also verified this attack is possible to exploit using a standard Dockerfile with docker buildx build as that also permits triggering parallel execution of containers with custom shared mounts configured). This redirect could be through symbolic links in a tmpfs or theoretically other methods such as regular bind-mounts. While similar, the mitigation applied for the related CVE, CVE-2019-19921, was fairly limited and effectively only caused runc to verify that when LSM labels are written they are actually procfs files. This issue is fixed in versions 1.2.8, 1.3.3, and 1.4.0-rc.3.
Published: 2025-11-06T20:23:36.237Z
Updated: 2025-11-06T21:07:09.382Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-52565 |
vulnerable | 2026-06-08 07:31:11.833715 |
container escape due to /dev/console mount and related races
runc is a CLI tool for spawning and running containers according to the OCI specification. Versions 1.0.0-rc3 through 1.2.7, 1.3.0-rc.1 through 1.3.2, and 1.4.0-rc.1 through 1.4.0-rc.2, due to insufficient checks when bind-mounting `/dev/pts/$n` to `/dev/console` inside the container, an attacker can trick runc into bind-mounting paths which would normally be made read-only or be masked onto a path that the attacker can write to. This attack is very similar in concept and application to CVE-2025-31133, except that it attacks a similar vulnerability in a different target (namely, the bind-mount of `/dev/pts/$n` to `/dev/console` as configured for all containers that allocate a console). This happens after `pivot_root(2)`, so this cannot be used to write to host files directly -- however, as with CVE-2025-31133, this can load to denial of service of the host or a container breakout by providing the attacker with a writable copy of `/proc/sysrq-trigger` or `/proc/sys/kernel/core_pattern` (respectively). This issue is fixed in versions 1.2.8, 1.3.3 and 1.4.0-rc.3.
Published: 2025-11-06T20:02:58.513Z
Updated: 2025-11-06T21:32:19.129Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-31133 |
vulnerable | 2026-06-08 07:17:02.455133 |
runc container escape via "masked path" abuse due to mount race conditions
runc is a CLI tool for spawning and running containers according to the OCI specification. In versions 1.2.7 and below, 1.3.0-rc.1 through 1.3.1, 1.4.0-rc.1 and 1.4.0-rc.2 files, runc would not perform sufficient verification that the source of the bind-mount (i.e., the container's /dev/null) was actually a real /dev/null inode when using the container's /dev/null to mask. This exposes two methods of attack: an arbitrary mount gadget, leading to host information disclosure, host denial of service, container escape, or a bypassing of maskedPaths. This issue is fixed in versions 1.2.8, 1.3.3 and 1.4.0-rc.3.
Published: 2025-11-06T18:47:47.335Z
Updated: 2025-11-06T19:22:22.047Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-45310 |
vulnerable | 2026-06-08 06:45:55.857829 |
runc can be confused to create empty files/directories on the host
LOW (3.6)
runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack's scope but the exact scope of protection hasn't been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.
Some workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual
user on the host (such as with rootless containers that don't use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.
Published: 2024-09-03T19:07:34.060Z
Updated: 2025-02-21T18:03:30.271Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-21626 |
vulnerable | 2026-06-08 06:27:36.244280 |
runc container breakout through process.cwd trickery and leaked fds
HIGH (8.6)
runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. In runc 1.1.11 and earlier, due to an internal file descriptor leak, an attacker could cause a newly-spawned container process (from runc exec) to have a working directory in the host filesystem namespace, allowing for a container escape by giving access to the host filesystem ("attack 2"). The same attack could be used by a malicious image to allow a container process to gain access to the host filesystem through runc run ("attack 1"). Variants of attacks 1 and 2 could be also be used to overwrite semi-arbitrary host binaries, allowing for complete container escapes ("attack 3a" and "attack 3b"). runc 1.1.12 includes patches for this issue.
Published: 2024-01-31T21:31:14.391Z
Updated: 2026-07-20T12:05:03.853Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-28642 |
vulnerable | 2026-06-08 06:01:14.623347 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-27561 |
vulnerable | 2026-06-08 05:57:42.036805 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-25809 |
vulnerable | 2026-06-08 05:56:10.655642 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-29162 |
vulnerable | 2026-06-08 05:42:47.031592 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24769 |
vulnerable | 2026-06-08 05:41:01.593539 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-43784 |
vulnerable | 2026-06-08 05:36:44.254820 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-30465 |
vulnerable | 2026-06-08 05:31:51.038525 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-5736 |
vulnerable | 2026-06-08 05:14:08.003222 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19921 |
vulnerable | 2026-06-08 05:13:24.040238 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16884 |
vulnerable | 2026-06-08 05:13:09.459167 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3697 |
vulnerable | 2026-06-08 05:07:45.820387 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.