CVE-2022-49589
26.02.2025, 07:01
In the Linux kernel, the following vulnerability has been resolved: igmp: Fix data-races around sysctl_igmp_qrv. While reading sysctl_igmp_qrv, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers. This test can be packed into a helper, so such changes will be in the follow-up series after net is merged into net-next. qrv ?: READ_ONCE(net->ipv4.sysctl_igmp_qrv);
Vendor | Product | Version |
---|---|---|
linux | linux_kernel | 3.18 ≤ 𝑥 < 4.19.255 |
linux | linux_kernel | 4.20 ≤ 𝑥 < 5.4.209 |
linux | linux_kernel | 5.5 ≤ 𝑥 < 5.10.135 |
linux | linux_kernel | 5.11 ≤ 𝑥 < 5.15.59 |
linux | linux_kernel | 5.16 ≤ 𝑥 < 5.18.15 |
linux | linux_kernel | 5.19:rc1 |
linux | linux_kernel | 5.19:rc2 |
linux | linux_kernel | 5.19:rc3 |
linux | linux_kernel | 5.19:rc4 |
linux | linux_kernel | 5.19:rc5 |
linux | linux_kernel | 5.19:rc6 |
linux | linux_kernel | 5.19:rc7 |
𝑥
= Vulnerable software versions

Debian Releases
References