CVE-2022-49590
26.02.2025, 07:01
In the Linux kernel, the following vulnerability has been resolved:
igmp: Fix data-races around sysctl_igmp_llm_reports.
While reading sysctl_igmp_llm_reports, 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.
if (ipv4_is_local_multicast(pmc->multiaddr) &&
!READ_ONCE(net->ipv4.sysctl_igmp_llm_reports))| Vendor | Product | Version |
|---|---|---|
| linux | linux_kernel | 4.3 ≤ 𝑥 < 4.9.325 |
| linux | linux_kernel | 4.10 ≤ 𝑥 < 4.14.290 |
| linux | linux_kernel | 4.15 ≤ 𝑥 < 4.19.254 |
| linux | linux_kernel | 4.20 ≤ 𝑥 < 5.4.208 |
| linux | linux_kernel | 5.5 ≤ 𝑥 < 5.10.134 |
| linux | linux_kernel | 5.11 ≤ 𝑥 < 5.15.58 |
| 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