Technical triage of the landmark Leaky Vessels runc container breakout (CVE-2024-21626) affecting Docker, Kubernetes, and containerd.
runc. An internal file descriptor pointing to /proc/self/cwd on the host leaked into the container process, allowing complete host filesystem breakout.
| CVE-Kennung | Subsystem / Komponente | Auswirkung | CVSS | Aktive Ausnutzung? |
|---|---|---|---|---|
| CVE-2024-21626 | runc / containerd | Container Host Breakout | 8.6 High | YES (In-The-Wild) |
| CVE-2024-21627 | BuildKit Image Builder | Privilege Escalation | 7.8 High | No |
| CVE-2024-21628 | Docker Daemon Engine | Shared Memory Leak | 6.2 Medium | No |
Inspect the Go commit in libcontainer/init_linux.go ensuring all internal /proc file descriptors are strictly closed with O_CLOEXEC before execve.