Impact
The vulnerability occurs in the SELinux SCTP bind and connect handling path. The code dereferences sk->sk_socket while processing an ASCONF softirq, but no file reference guarantees this pointer is non‑null. If a null pointer is accessed, the kernel can crash, leading to a denial of service. The weakness is a conventional null‑pointer dereference, indicated by CWE‑476.
Affected Systems
All Linux distributions that ship a kernel containing the unpatched selinux_sctp_bind_connect implementation are affected. The fix is incorporated in the kernel commit 37d642b37ccdc31e1947c2ebc8dc38f03d4a0ceb and any subsequent commit that removes the dereference.
Risk and Exploitability
Because the defect can trigger a kernel panic, the impact is significant for availability. The CVSS score is 7.5, the EPSS score is below 1%, and it is not listed in the KEV catalog, indicating a moderate exploitability with low probability. The likely attack vector involves sending a crafted SCTP packet that exercises the ASCONF path while SELinux is enabled. Given the lack of publicly reported exploitation, the risk is elevated but the probability of exploitation remains uncertain.
OpenCVE Enrichment