In the Linux kernel, the following vulnerability has been resolved:
ip: Fix data-races around sysctl_ip_prot_sock.
sysctl_ip_prot_sock is accessed concurrently, and there is always a chance
of data-race. So, all readers and writers need some basic protection to
avoid load/store-tearing.
References
Configurations
Configuration 1 (hide)
|
History
10 Mar 2025, 20:23
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
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:*:*:*:*:*:* |
|
References | () https://git.kernel.org/stable/c/95724fe897a4ecf2be51452ef96e818568071664 - Patch | |
References | () https://git.kernel.org/stable/c/9add240f76af6d141d2eebd3a1558a0e503a993d - Patch | |
References | () https://git.kernel.org/stable/c/9b55c20f83369dd54541d9ddbe3a018a8377f451 - Patch | |
References | () https://git.kernel.org/stable/c/ef699813d99cc29e6e25c9f6da7766526cc8bd6e - Patch | |
CWE | CWE-362 | |
Summary |
|
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.7 |
26 Feb 2025, 07:01
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-26 07:01
Updated : 2025-03-10 21:20
NVD link : CVE-2022-49578
Mitre link : CVE-2022-49578
CVE.ORG link : CVE-2022-49578
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')