CVE-2026-52929

In the Linux kernel, the following vulnerability has been resolved: sctp: stream: fully roll back denied add-stream state When ADD_OUT_STREAMS is denied, SCTP only shrinks the queued chunks and then lowers outcnt. That leaves removed stream metadata behind, so a later re-add can reuse a stale ext and hit a null-pointer dereference in the scheduler get path. Fix the rollback by tearing down the removed stream state the same way other stream resizes do. Unschedule the current scheduler state, drop the removed stream ext state with sctp_stream_outq_migrate(), and then reschedule the remaining streams. This keeps scheduler-private RR/FC/PRIO lists consistent while fully rolling back denied outgoing stream additions.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc7:*:*:*:*:*:*

History

08 Jul 2026, 15:28

Type Values Removed Values Added
CWE CWE-476
First Time Linux linux Kernel
Linux
References () https://git.kernel.org/stable/c/0cd2dc6dce8ca47212cd306ccd52eb315ef3cf85 - () https://git.kernel.org/stable/c/0cd2dc6dce8ca47212cd306ccd52eb315ef3cf85 - Patch
References () https://git.kernel.org/stable/c/1c6773b8c081509dcd5cd2954f2b02c50c00f151 - () https://git.kernel.org/stable/c/1c6773b8c081509dcd5cd2954f2b02c50c00f151 - Patch
References () https://git.kernel.org/stable/c/39dc2b0eb5371a669ebc9ec6072b9184eac95418 - () https://git.kernel.org/stable/c/39dc2b0eb5371a669ebc9ec6072b9184eac95418 - Patch
References () https://git.kernel.org/stable/c/7dd9a42b044aad2dbe037db1c1e2943582485b44 - () https://git.kernel.org/stable/c/7dd9a42b044aad2dbe037db1c1e2943582485b44 - Patch
References () https://git.kernel.org/stable/c/9662eb0401518f0b4681f10e7fbf688f504f24cf - () https://git.kernel.org/stable/c/9662eb0401518f0b4681f10e7fbf688f504f24cf - Patch
References () https://git.kernel.org/stable/c/a5f8a90ac9f77c678a9781c0a464b635e0d63e49 - () https://git.kernel.org/stable/c/a5f8a90ac9f77c678a9781c0a464b635e0d63e49 - Patch
References () https://git.kernel.org/stable/c/a6724b7b812ac8793514a1d5938db5d9d29ae725 - () https://git.kernel.org/stable/c/a6724b7b812ac8793514a1d5938db5d9d29ae725 - Patch
References () https://git.kernel.org/stable/c/d5ea0b3e261fcb2cfff142675516165244cab1da - () https://git.kernel.org/stable/c/d5ea0b3e261fcb2cfff142675516165244cab1da - Patch
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc7:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:*

28 Jun 2026, 08:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5

24 Jun 2026, 08:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-24 08:16

Updated : 2026-07-08 15:28


NVD link : CVE-2026-52929

Mitre link : CVE-2026-52929

CVE.ORG link : CVE-2026-52929


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-476

NULL Pointer Dereference