A race condition in the Linux kernel netfilter nf_tables subsystem could occur during flowtable type lookup. The issue is in the interaction between __nft_flowtable_type_get(), which iterates over the nf_tables_flowtables list during nf_tables_newflowtable(), and nft_unregister_flowtable_type() during nf_flow_inet_module_exit(), which can concurrently unregister entries from the same list. The list traversal in __nft_flowtable_type_get() lacked appropriate synchronization, creating a potential data race on nf_tables_flowtables list entries. The fix uses RCU-safe list iteration in __nft_flowtable_type_get() and wraps the lookup path with an RCU read-side critical section in nft_flowtable_type_get() to protect the full type query operation.
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.
5 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.
No news coverage yet. Advisories and community discussion only.
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.