First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctl. While reading icmp sysctl variables, they can be changed concurrently. So, we need to add READ_ONCE() to avoid data-races.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=3.18<4.9.324 | |
Linux Kernel | >=4.10<4.14.289 | |
Linux Kernel | >=4.15<4.19.253 | |
Linux Kernel | >=4.20<5.4.207 | |
Linux Kernel | >=5.5<5.10.132 | |
Linux Kernel | >=5.11<5.15.56 | |
Linux Kernel | >=5.16<5.18.13 | |
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 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49638 is a medium severity vulnerability related to data races in the Linux kernel's ICMP sysctl variables.
To fix CVE-2022-49638, ensure you update your Linux kernel to a version that includes the patch addressing this vulnerability.
CVE-2022-49638 affects various versions of the Linux kernel between 3.18 and 5.19-rc6.
CVE-2022-49638 impacts any systems running affected versions of the Linux kernel that utilize ICMP networking.
As of this time, there is no public information indicating that CVE-2022-49638 has been actively exploited in the wild.