Back to overview

CVE-2026-52929

Description
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.

Metadata

CVE ID
CVE-2026-52929
State
PUBLISHED
Assigner
Linux
Reserved
2026-06-09 07:44 UTC
Published
2026-06-24 07:14 UTC
Last updated
2026-06-24 07:14 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 637784ade221a3c8a7ecd0f583eddd95d6276b9a < 0cd2dc6dce8ca47212cd306ccd52eb315ef3cf85, 637784ade221a3c8a7ecd0f583eddd95d6276b9a < a6724b7b812ac8793514a1d5938db5d9d29ae725, 637784ade221a3c8a7ecd0f583eddd95d6276b9a < 9662eb0401518f0b4681f10e7fbf688f504f24cf, 637784ade221a3c8a7ecd0f583eddd95d6276b9a < 7dd9a42b044aad2dbe037db1c1e2943582485b44 …
Linux Linux 4.15, 0 < 4.15, 5.10.259 ≤ 5.10.*, 5.15.210 ≤ 5.15.* …
Back to overview