Impact
A NULL dereference in the Linux kernel’s SCTP implementation causes the kernel to panic when an untransmitted reconfiguration chunk is completed. This is a NULL pointer dereference flaw (CWE-476). The fault occurs during timer deletion on a transport pointer that is NULL, leading to a system‑wide denial of service caused by a kernel crash.
Affected Systems
All Linux kernel builds that compile with SCTP support (CONFIG_SCTP=y) are affected until the patch is applied; no specific version range is given in the advisory.
Risk and Exploitability
The CVSS score of 5.9 rates the vulnerability as moderate, and the EPSS score of <1 % indicates a very low likelihood of listed in CISA KEV. An unprivileged local process that removes the last IP address from an association and then requests a stream reset triggers the crash from softirq context, and an external peer can cause the same effect by sending crafted SCTP packets that result in an untransmitted RECONF chunk, enabling remote exploitation.
OpenCVE Enrichment