Bugzilla – Bug 1218857
VUL-0: CVE-2024-0584: kernel: refcnt uaf issue when receiving igmp query packet in igmp_start_timer
Last modified: 2024-01-16 14:18:18 UTC
A use-after-free issue was found in igmp_start_timer in net/ipv4/igmp.c in network sub-component in the Linux Kernel. In this flaw a local user may observe a refcnt use after free issue when receiving igmp query packet, and could lead to a kernel information leak problem. When the device receives an IGMPv2 Query message, it starts the timer immediately, regardless of whether the device is running. If the device is down and has left the multicast group, it will cause the mc list refcount uaf issue. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-0584 https://bugzilla.redhat.com/show_bug.cgi?id=2258584 https://lore.kernel.org/netdev/170083982540.9628.4546899811301303734.git-patchwork-notify@kernel.org/T/
Closed since all codestream are already fixed.