CVE-2024-35969 is a race condition in the Linux kernel IPv6 subsystem between ipv6_get_ifaddr() and ipv6_del_addr(). While ipv6_get_ifaddr() traverses the IPv6 address list under RCU protection, it can obtain an address object concurrently removed by ipv6_del_addr(). RCU prevents immediate reclamation but does not ensure that the removed object's state remains valid. The deletion path can reduce the object's reference count to zero and queue it for RCU reclamation before the lookup path increments the reference count. The lookup may consequently return an object that is freed after the RCU read-side critical section, resulting in a use-after-free condition. The fix uses a safe reference-acquisition operation that refuses to increment a zero reference count.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
6 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Linux kernel IPv6 race condition between address lookup and address deletion.
Race condition in Linux IPv6 address lookup and deletion operations.
A race condition in the Linux kernel IPv6 address handling between ipv6_get_ifaddr and ipv6_del_addr.
A race condition in the Linux kernel IPv6 address lookup and deletion paths.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.