
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-21758 is a vulnerability discovered in the Linux kernel's IPv6 multicast implementation, specifically in the mld_newpack() function. The vulnerability was disclosed on February 26, 2025, affecting the IPv6 multicast functionality in the Linux kernel. The issue stems from the mld_newpack() function being called without proper RCU (Read-Copy-Update) protection or RTNL (Routing Netlink) locks being held (NVD).
The vulnerability exists in the mld_newpack() function within the Linux kernel's IPv6 multicast implementation. The core issue is that the function can be called without proper synchronization mechanisms (RTNL or RCU locks). The technical fix involves replacing sock_alloc_send_skb() with alloc_skb() and implementing proper RCU protection when accessing the net->ipv6.igmp_sk socket. This change was necessary because ipv6.igmp_sk uses GFP_KERNEL allocations which can sleep (Kernel Commit).
The vulnerability affects the IPv6 multicast functionality in the Linux kernel. When exploited, it could potentially lead to race conditions and memory corruption due to improper synchronization when accessing shared network resources. This impacts various Linux distributions and systems using affected kernel versions (Ubuntu Security).
The vulnerability requires local access to the system to exploit the race condition in the IPv6 multicast implementation. The issue stems from a synchronization problem in the kernel's networking stack, specifically when handling multicast packets in IPv6 (NVD).
The vulnerability has been patched in the Linux kernel through a commit that adds proper RCU protection to the mld_newpack() function. The fix involves using alloc_skb() instead of sock_alloc_send_skb() and implementing proper RCU protection when accessing the network namespace's IPv6 IGMP socket. System administrators are advised to update their kernel to a version containing this fix (Kernel Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."