CVE-2023-54226
CVE-2023-54226 (Linux kernel) : A data race in af_unix around sk_shutdown was resolved. KCSAN observed that unix_release_sock() and unix_shutdown() update sk->sk_shutdown under unix_state_lock(), while unix_poll() and unix_dgram_poll() read it locklessly. The fix requires annotating writes/rea...