PT-2026-64644 · Linux+1 · Linux Kernel+1
CVE-2026-64423
·
Published
2026-07-25
·
Updated
2026-09-07
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the IPv4 IGMP implementation during device destruction under RTNL. The function
ip mc destroy dev() iterates through the multicast list and calls ip ma put() to schedule memberships for RCU (Read-Copy-Update) reclamation, but fails to unlink them from the device's multicast hash table mc hash. Because the device remains published in dev->ip ptr until the process completes, concurrent RCU readers can still access the multicast group after its reference count has decreased. If the RCU callback frees the group while a reader is accessing it, a memory corruption occurs. This was observed in the ip check mc rcu() function.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu