Impact
A sleepable BPF_LSM_CGROUP program can be loaded into the kernel’s LSM cgroup attachment mechanism— a context that does not allow sleeping functions. When such a program calls a sleeping API it triggers a BUG, leading the kernel to crash. It is inferred that this crash could lead to a system reboot or halt, causing a denial of service. The vulnerability is caused by a missing verification step that should reject sleepable programs for LSM cgroup attachment.
Affected Systems
Linux kernel binaries are affected. No specific kernel version is listed in the CVE data, but the bad code resides in the BPF verifier used by the kernel’s LSM cgroup attachment mechanism. Therefore any Linux kernel that includes this verifier without the new rejection logic could be impacted, regardless of distribution or release line.
Risk and Exploitability
The CVSS score is 7.8, and the EPSS score is less than 1%, indicating a very low but nonzero probability of exploitation. The vulnerability can be exploited by a local actor with appropriate privileges; the primary risk is a service interruption due to a kernel crash (viable DoS). The fix, introduced by the commit referenced in the description, eliminates the code path that allows sleeping in a non‑sleepable context, and the vulnerability is not listed in the CISA KEV catalog, indicating no known widespread exploitation at the time of reporting.
OpenCVE Enrichment