First published: Wed Feb 26 2025(Updated: )
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))
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
>=4.3<4.9.325 | ||
>=4.10<4.14.290 | ||
>=4.15<4.19.254 | ||
>=4.20<5.4.208 | ||
>=5.5<5.10.134 | ||
>=5.11<5.15.58 | ||
>=5.16<5.18.15 | ||
=5.19-rc1 | ||
=5.19-rc2 | ||
=5.19-rc3 | ||
=5.19-rc4 | ||
=5.19-rc5 | ||
=5.19-rc6 | ||
=5.19-rc7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49590 has a severity rating of medium due to the potential for data races affecting system stability.
To fix CVE-2022-49590, update your Linux kernel to a version where the vulnerability has been resolved.
CVE-2022-49590 affects multiple versions of the Linux kernel from 4.3 to 5.19-rc7.
The potential impact of CVE-2022-49590 includes system instability due to concurrent modifications of sysctl_igmp_llm_reports.
Yes, patches for CVE-2022-49590 are available in the latest releases of the affected Linux kernel versions.