PT-2026-51710 · Linux · Linux

Published

2026-06-24

·

Updated

2026-06-24

·

CVE-2026-52917

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
sctp: diag: reject stale associations in dump one path
The SCTP exact sock diag lookup can hold a transport reference, block on lock sock(sk), and then resume after sctp association free() has marked the association dead and freed its bind address list.
When that happens, inet assoc attr size() and inet diag msg sctpasoc fill() can still dereference association state that is no longer valid for reporting. In particular, inet diag msg sctpasoc fill() may read an empty bind-address list as a real sctp sockaddr entry and trigger an out-of-bounds read from unrelated association memory.
Reject the association after taking the socket lock if it has been reaped or detached from the endpoint, and report the lookup as stale. This keeps the exact dump-one path from formatting torn association state.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-52917

Affected Products

Linux