Impact
The kernel contains a code path that attempts to cancel a policy conversion when a SELinux kernel policy load fails. When that load is the very first one, the system has no prior policy and the cancellation helper dereferences a NULL pointer, causing a kernel crash. The fault is triggered by a write(2) to /sys/fs/selinux/load, which initiates the load process.
Affected Systems
All Linux kernel releases that do not include the commit series which implements the fix are affected. The vendor list identifies the kernel broadly; no specific version range is given, so any distribution running a kernel version before the patch is potentially impacted.
Risk and Exploitability
The fault can be triggered only if an actor can write to /sys/fs/selinux/load, meaning the attack requires privilege sufficient for that write operation. The EPSS score of < 1% indicates a low probability of exploitation in the wild, and the vulnerability is not listed in CISA’s KEV catalog. If successfully triggered, it results in a kernel panic and a local denial of service, requiring a reboot or patch to recover.
OpenCVE Enrichment