Impact
The Linux kernel cgroup implementation contains a race that can cause a deadlock when a directory is removed (rmdir) while zombie processes are being reaped. The removal waits for all tasks to leave the cgroup, but the reaper’s PID 1 process can block in rmdir itself, leading to an irrecoverable deadlock that stalls the entire system. This flaw originates from a timing mismatch between the task exit path and the CSS offline cleanup, a condition described in the commit chain as a defer-to-drain bug.
Affected Systems
Any system running a Linux kernel that has not yet incorporated the commit series that defers css_killed work until after a cgroup is fully drained is affected. This includes kernels prior to the v7.0 release and stable branches that have not backported the patch. All subsystems that rely on the cgroup hierarchy for task management are potentially impacted.
Risk and Exploitability
The EPSS score is less than 1 % and the vulnerability is not listed in the CISA KEV catalog, indicating that public exploitation is unlikely. The CVSS score of 5.5 denotes a medium severity impact. However, the deadlock caused by this bug can completely halt critical services by inducing a system‑wide freeze, which represents a high potential impact in operational environments. The issue can be triggered by legitimate system operations such as systemd reaping orphan processes or PID 1 performing cleanup during a PID namespace teardown.
OpenCVE Enrichment