CVE-2026-63971
The CVE-2026-63971 entry describes a race in the Linux kernel SCTP stack: sctp_wait_for_connect can migrate an association to a new socket via getsockopt(SCTP_SOCKOPT_PEELOFF) while the socket lock is dropped/reacquired, causing a later access to the association under the wrong lock. The fix adds...