Impact
The Linux kernel SCTP implementation moves a chunk onto another transport’s transmitted list without updating the chunk’s transport pointer, which can leave the chunk pointing to a freed transport object. When a subsequent SACK clears the gap‑acked flag, the code dereferences the dangling pointer, resulting in a slab‑use‑after‑free read and possible exploitation by an attacker to execute arbitrary code at kernel level.
Affected Systems
Linux kernel, all variants that include the SCTP stack. The vulnerability is present in any kernel configuration that builds the SCTP transport module; no specific kernel version is listed.
Risk and Exploitability
EPSS information is not available and the vulnerability is not listed in the CISA KEV catalog. Nevertheless, a use‑after‑free in kernel space can provide local privilege escalation to an attacker with the ability to initiate SCTP traffic. The defect requires the attacker to control an SCTP association that triggers an ASCONF Delete‑IP and subsequently receives a SACK, which may be achievable in environments that allow untrusted SCTP peers.
OpenCVE Enrichment