CVE-2024-26737 is a use-after-free vulnerability in Linux kernel BPF timer handling caused by a race between bpf_timer_cancel() and bpf_timer_cancel_and_free(). The cancellation helper may obtain the BPF high-resolution timer pointer under the timer lock and subsequently invoke hrtimer_cancel() after releasing the lock. Concurrently, bpf_timer_cancel_and_free() can detach, cancel, and free that same timer object, leaving bpf_timer_cancel() to dereference freed memory. The fix defers freeing the timer object until after an RCU grace period and adds RCU read-side protection in bpf_timer_cancel() for use from non-RCU critical-section contexts, including sleepable BPF programs.
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.
5 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Linux kernel BPF timer race condition between cancellation and cancellation/free operations.
Linux kernel BPF race condition between timer cancellation and timer cancellation/free operations.
Linux kernel BPF race condition between timer cancellation and timer cancellation-and-free operations.
Linux kernel BPF race condition between timer cancellation and timer cancellation/free operations.
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.