First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ip: Fix data-races around sysctl_ip_fwd_update_priority. While reading sysctl_ip_fwd_update_priority, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=4.19<5.10.134 | |
Linux Kernel | >=5.11<5.15.58 | |
Linux Kernel | >=5.16<5.18.15 | |
Linux Kernel | =5.19-rc1 | |
Linux Kernel | =5.19-rc2 | |
Linux Kernel | =5.19-rc3 | |
Linux Kernel | =5.19-rc4 | |
Linux Kernel | =5.19-rc5 | |
Linux Kernel | =5.19-rc6 | |
Linux Kernel | =5.19-rc7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49603 is considered a medium severity vulnerability in the Linux kernel.
To fix CVE-2022-49603, you should update your Linux kernel to a version that contains the patch addressing this vulnerability.
CVE-2022-49603 affects Linux kernel versions from 4.19 to 5.19-rc7.
CVE-2022-49603 is a concurrency issue that can lead to data races in the Linux kernel.
CVE-2022-49603 primarily involves the sysctl_ip_fwd_update_priority within the Linux kernel.