CVE-2026-52912 is a use-after-free vulnerability in Linux kernel Netfilter NFQUEUE handling of bridged LOCAL_IN traffic. During bridge receive processing, br_pass_frame_up() changes skb->dev from the ingress port to the bridge-master device before the packet is queued. NFQUEUE retained references to the state input/output devices and bridge physical devices, but not to the bridge-master device referenced by skb->dev. If that bridge-master device is freed while the packet awaits a verdict, later reinjection through br_netif_receive_skb() can dereference the stale skb->dev pointer. The upstream fix saves skb->dev in the NFQUEUE queue entry, holds a device reference throughout the queue entry lifetime, and uses the saved device when purging queued packets during NETDEV_DOWN processing.
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.
31 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel netfilter/NFQUEUE use-after-free affecting queued bridge packets. The flaw arises because skb->dev was not reference-held for the lifetime of an NFQUEUE entry after bridge processing rewrote it to the bridge master; later packet reinjection could dereference a freed bridge-master device.
A Linux kernel netfilter nf_queue flaw involving the handling of a bridge skb device while queued, fixed through RHSA-2026:71329.
A Linux kernel Netfilter nf_queue flaw involving preservation of the bridge skb->dev reference while a packet is queued.
A Linux kernel Netfilter nf_queue flaw involving retention of a bridge packet buffer's device reference while the packet is queued.
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.