Impact
This kernel bug causes a deadlock when the system removes a cgroup directory (rmdir) while simultaneously reaping zombie processes that were re-parented to the reaping task. The deadlock syncs the tasks to both wait for each other, resulting in a system‑wide hang. The flaw is a race condition between task reaping and cgroup cleanup, leading to unresolvable waits.
Affected Systems
The issue lives in the Linux kernel’s cgroup implementation. Any system running a kernel prior to the fix—mainly versions before v7.0, including recent stable branches—may experience the deadlock. The exact commits that introduce the resolution are referenced in the advisory links.
Risk and Exploitability
No CVSS score is supplied, but the EPSS value is unspecified and the vulnerability is not present in CISA’s KEV catalog, implying no confirmed public exploitation yet. Nevertheless, the failure can completely halt critical services and is likely to be triggered by legitimate system operations (e.g., PID 1 reaping or systemd cleanups). The recovery path involves a full kernel shutdown, indicating a high severity risk for production environments.
OpenCVE Enrichment