CVE-2025-71066 is a Linux kernel vulnerability in the Enhanced Transmission Selection (ETS) queuing discipline within net/sched. The flaw is a race condition between ets_qdisc_change and ets_qdisc_dequeue that can result in a use-after-free of a struct Qdisc object. During ETS reconfiguration, the code could unlock the qdisc tree before fully cleaning up old classes. In the affected path, a class could remain linked on the active list while its associated qdisc was later released with qdisc_put() and its pointer cleared. A concurrent dequeue operation could then traverse the active list and dereference the freed qdisc, creating a kernel memory-safety violation. The fix ensures that a class is always removed from the active list before its associated qdisc is deleted and freed.
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.
22 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel vulnerability in net/sched ETS where a class must be removed from the active list before deletion in ets_qdisc_change.
A Linux kernel vulnerability in net/sched ETS queue discipline handling where a class must be removed from the active list before deletion.
A Linux kernel use-after-free vulnerability caused by a race condition in the ETS qdisc scheduler between ets_qdisc_dequeue and ets_qdisc_change, where a class can remain on the active list after its associated qdisc is deleted and freed.
A Linux kernel vulnerability in net/sched/ets related to removing a class from the active list before deletion in ets_qdisc_change.
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.