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
Configurations
Configuration 1 (hide)
|
History
28 May 2026, 14:42
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* |
|
| References | () https://git.kernel.org/stable/c/27fccdbcbbfc4651b6f66756e6fa3f52e051ec23 - Patch | |
| References | () https://git.kernel.org/stable/c/2ef2b20cf4e04ac8a6ba68493f8780776ff84300 - Patch | |
| References | () https://git.kernel.org/stable/c/7ad01905831c815520f1b0486336a03bb7420465 - Patch | |
| References | () https://git.kernel.org/stable/c/c494448bb522bbbb63096540eb2319101a0480ab - Patch | |
| References | () https://git.kernel.org/stable/c/f17c1c4acbe2bd702abce73a847a04a196fab2c5 - Patch | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.7 |
| CWE | CWE-362 | |
| First Time |
Linux
Linux linux Kernel |
27 Apr 2026, 14:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
18 Apr 2026, 09:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| Summary |
|
25 Mar 2026, 11:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-03-25 11:16
Updated : 2026-05-28 14:42
NVD link : CVE-2026-23302
Mitre link : CVE-2026-23302
CVE.ORG link : CVE-2026-23302
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
