IT

Tracker / CVE-2022-49590

CVE-2022-49590

Medium 4.7

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))

Affected products and versions

linux linux_kernel
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 · 4.3 → 4.9.325
linux linux_kernel · 5.11 → 5.15.58
linux linux_kernel · 5.16 → 5.18.15
linux linux_kernel · 5.5 → 5.10.134

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References