Impact
An authenticated SCTP peer can send an ASCONF packet that adds a new transport and then immediately deletes it with a wildcard DEL‑IP parameter. The kernel code fails to clear the pointer to the removed transport before attempting to send a HEARTBEAT on that transport. This results in a use‑after‑free, leading to arbitrary memory reads of freed kernel objects and possible kernel crashes. The weakness is captured by CWE‑416.
Affected Systems
Any Linux kernel that includes an SCTP stack and compiles the SCTP module is vulnerable. The advisory does not specify a version range, so all unpatched kernel builds that enable SCTP are potentially affected. Kernels with SCTP disabled or that are compiled without SCTP support would not be impacted.
Risk and Exploitability
The vulnerability is not listed in the CISA KEV catalog and no public exploit code has been reported. Nevertheless, a use‑after‑free within the kernel can cause a kernel panic or memory corruption, which could provide an attacker with high‑privilege code execution if the kernel is running in an untrusted environment. Because the flaw requires an authenticated SCTP session, it is limited to hosts that accept SCTP connections from an adversary. The EPSS score is not available, so the likelihood of exploitation cannot be quantified from the advisory.
OpenCVE Enrichment