THREAT OPS › Threat News › [NVD] CVE-2025-21758 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved:
ipv6: mcast: add RCU protection to mld_newpack()
mld_newpack() can be called without RTNL or RCU being held.
Note that we no longer can use sock_alloc_send_skb() because
ipv6.igmp_sk uses GFP_KERNEL allocation
[NVD] CVE-2025-21758 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: add RCU protection to mld_newpack() mld_newpack() can be called without RTNL or RCU being held. Note that we no longer can use sock_alloc_send_skb() because ipv6.igmp_sk uses GFP_KERNEL allocation
CVE-2025-21758 CVSS: 5.5 MEDIUM Published: 2025-02-27T03:15:16.450
In the Linux kernel, the following vulnerability has been resolved:
ipv6: mcast: add RCU protection to mld_newpack()
mld_newpack() can be called without RTNL or RCU being held.
Note that we no longer can use sock_alloc_send_skb() because ipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.
Instead use alloc_skb() and char
Indicators of compromise
- CVE-2025-21758cve
Original source: https://nvd.nist.gov/vuln/detail/CVE-2025-21758