First published: Wed May 01 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down() As discussed in the past (commit 2d3916f31891 ("ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()")) I think the synchronize_net() call in ipv6_mc_down() is not needed. Under load, synchronize_net() can last between 200 usec and 5 ms. KASAN seems to agree as well.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-27390 has been categorized based on the potential impact on system security and performance, typically rated as low to medium severity.
To fix CVE-2024-27390, you should upgrade to one of the patched Linux kernel versions, such as 5.10.223-1 or 6.12.11-1.
CVE-2024-27390 affects Linux kernel versions before the patches were released, specifically versions earlier than 5.10.223-1 and 6.12.11-1.
CVE-2024-27390 specifically affects the IPv6 multicast component of the Linux kernel.
Currently, there is no publicly recommended workaround for CVE-2024-27390, and updating the kernel is the advised mitigation.