Junglewise Threat Intelligence

CVE-2026-52929: Linux Kernel null-pointer dereference in SCTP stream scheduler

CVE-2026-52929 · Severity: info · CVSS 6.2 · Published 2026-06-24

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's networking component could allow an attacker to crash the system. The issue exists in the SCTP protocol, which is used for transporting data over networks. By triggering a specific sequence of stream requests, an attacker can cause the system to encounter a 'null-pointer dereference,' leading to a kernel crash and service outage.

Technical details

A vulnerability exists in the SCTP stream management logic (net/sctp/stream.c) of the Linux kernel. When an ADD_OUT_STREAMS request is denied, the kernel fails to fully roll back the stream state, leaving behind stale metadata. A subsequent attempt to re-add the stream can cause the scheduler to reuse this stale 'ext' state, resulting in a null-pointer dereference in the scheduler's get path. This issue affects priority-based stream schedulers (RR/FC/PRIO). The fix involves properly tearing down the removed stream state using sctp_stream_outq_migrate() and rescheduling remaining streams to maintain consistency.

Affected products

  • Linux Linux Kernel 4.15 to 6.13

Timeline

  • 2026-06-05: other: Vulnerability fixed in upstream kernel source
  • 2026-06-24: disclosed: CVE-2026-52929 published

References

Related threats