In the Linux kernel, the following vulnerability has been resolved:
tcp: Fix data-races around sysctl_tcp_fastopen.
While reading sysctl_tcp_fastopen, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its readers.
References
Configurations
Configuration 1 (hide)
|
History
10 Mar 2025, 20:23
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.19:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.19:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.19:rc7:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.19:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.19:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.19:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.19:rc1:*:*:*:*:*:* |
|
Summary |
|
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.7 |
CWE | CWE-362 | |
References | () https://git.kernel.org/stable/c/03da610696a32578fc4f986479341ce9d430df08 - Patch | |
References | () https://git.kernel.org/stable/c/22938534c611136f35e2ca545bb668073ca5ef49 - Patch | |
References | () https://git.kernel.org/stable/c/25d53d858a6c0b89a6e69e376c2a57c4f4c2c8cc - Patch | |
References | () https://git.kernel.org/stable/c/448ab998947996a0a451f8229f19087964cf2670 - Patch | |
References | () https://git.kernel.org/stable/c/539d9ab79eba3974b479cad61a8688c41fe62e12 - Patch | |
References | () https://git.kernel.org/stable/c/5a54213318c43f4009ae158347aa6016e3b9b55a - Patch | |
First Time |
Linux linux Kernel
Linux |
26 Feb 2025, 07:01
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-26 07:01
Updated : 2025-03-10 20:23
NVD link : CVE-2022-49586
Mitre link : CVE-2022-49586
CVE.ORG link : CVE-2022-49586
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')