In the Linux kernel, the following vulnerability has been resolved:
ipv4: Fix a data-race around sysctl_fib_sync_mem.
While reading sysctl_fib_sync_mem, it can be changed concurrently.
So, we need to add READ_ONCE() to avoid a data-race.
References
Configurations
Configuration 1 (hide)
|
History
11 Mar 2025, 22:31
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: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:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.19:rc1:*:*:*:*:*:* |
|
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.7 |
Summary |
|
|
CWE | CWE-362 | |
References | () https://git.kernel.org/stable/c/190cd4ff128373271e065afb20f1d2247b3f10c3 - Patch | |
References | () https://git.kernel.org/stable/c/418b191d5f223a8cb6cab09eae1f72c04ba6adf2 - Patch | |
References | () https://git.kernel.org/stable/c/73318c4b7dbd0e781aaababff17376b2894745c0 - Patch | |
References | () https://git.kernel.org/stable/c/7c1acd98fb221dc0d847451b9ab86319f8b9916c - Patch | |
References | () https://git.kernel.org/stable/c/9be8aac91960ea32fd0e874758c9afee665c57d2 - Patch |
26 Feb 2025, 07:01
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-26 07:01
Updated : 2025-03-11 22:31
NVD link : CVE-2022-49637
Mitre link : CVE-2022-49637
CVE.ORG link : CVE-2022-49637
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')