NONE · 0

CVE-2026-23302

In the Linux kernel, the following vulnerability has been resolved: net: annotate data-races around sk->sk_{data_ready,write_space} skmsg (and probably other layers) are changing these pointers whil...

Vulnerability Description

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

References

FAQ

What is CVE-2026-23302?

CVE-2026-23302 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: net: annotate data-races around sk->sk_{data_ready,write_space} skmsg (and probably other layers) are changing these pointers whil...

How severe is CVE-2026-23302?

CVSS scoring is not yet available for CVE-2026-23302. Check NVD for updates.

Is there a patch for CVE-2026-23302?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.