Impact
The vulnerability is a race condition between pressure write operations and cgroup file release in the Linux kernel. When a pressure write occurs concurrently with the removal of a cgroup directory, the kernel may free the priv member of the struct kernfs_open_file structure before the pressure write accesses it. This leads to a use‑after‑free, which can trigger a kernel crash and expose memory contents.
Affected Systems
All versions of the Linux kernel that include the vulnerable cgroup.c code and have cgroup pressure interfaces enabled are affected until the patch identified by commit 03dc070fa0fc3cb4068693f468ccd5f8a7e58282 is applied. Reference commits demonstrate the fix.
Risk and Exploitability
CVSS and EPSS values are not provided, and the vulnerability is not listed in KEV. The use‑after‑free is a local kernel race that requires concurrent cgroup pressure writes and directory removal. An attacker with sufficient privileges to perform these operations could force a kernel crash, resulting in a denial of service and potentially privilege escalation if the crash can be leveraged.
OpenCVE Enrichment