First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr. While reading sysctl_icmp_errors_use_inbound_ifaddr, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=2.6.12<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-49632 is classified as a moderate severity vulnerability due to its potential to allow a data race condition.
To fix CVE-2022-49632, update your Linux kernel to a version that includes the patch for this vulnerability.
CVE-2022-49632 affects Linux kernel versions from 2.6.12 up to 5.15.56 as well as versions 5.16 through 5.19-rc6.
CVE-2022-49632 is a data race condition vulnerability in the Linux kernel regarding the sysctl_icmp_errors_use_inbound_ifaddr configuration.
Exploiting CVE-2022-49632 requires specific conditions to be met, making it moderately difficult to exploit.