Impact
An uninitialized pointer dereference occurs during the LSM initialization hook in the Linux kernel’s kernfs subsystem. The bug leads to a kernel panic when a SELinux‑enabled system creates its first cgroup under /sys/fs/cgroup, causing a complete system halt. The error is deterministic and triggers during startup, impacting system availability.
Affected Systems
All Linux kernel releases containing the vulnerable kernfs code—specifically those prior the commit that moved the parent linkage before the security hook. The issue manifests on systems running SELinux and performing cgroup operations, a common scenario on most modern Linux distributions.
Risk and Exploitability
The vulnerability results in a kernel crash, effectively denying service. The severity is moderate, with a CVSS score of 5.5; the EPSS score is <1% and the vulnerability is not listed in the CISA KEV catalog. The attack requires local privileged conditions, such as the ability to create a new cgroup, and the exploitation probability is low but non‑zero due to the deterministic nature of the crash.
OpenCVE Enrichment