CVE-2026-23302

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/03/2026
Last modified:
18/04/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: annotate data-races around sk-&gt;sk_{data_ready,write_space}<br /> <br /> skmsg (and probably other layers) are changing these pointers<br /> while other cpus might read them concurrently.<br /> <br /> Add corresponding READ_ONCE()/WRITE_ONCE() annotations<br /> for UDP, TCP and AF_UNIX.

Impact