Junglewise Threat Intelligence

CVE-2026-52912: Linux Kernel use-after-free in netfilter nf_queue bridge handling

CVE-2026-52912 · Severity: info · CVSS 0 · Published 2026-06-24

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's networking component could allow a system crash or unpredictable behavior. The issue occurs when network bridge traffic is processed by the firewall's queuing system, potentially leading to the use of memory that has already been freed. This typically happens during specific network configuration changes or high-traffic scenarios involving bridged interfaces.

Technical details

A use-after-free vulnerability exists in the Linux kernel netfilter subsystem (nf_queue). The function br_pass_frame_up() rewrites the skb->dev pointer from the ingress port to the bridge master before queueing LOCAL_IN packets. Because NFQUEUE does not maintain a reference count on the bridge master device, the device can be freed while the packet is still in the queue. Upon reinjection via br_netif_receive_skb(), the kernel attempts to access the now-freed bridge master device. The fix involves storing a reference to skb->dev in the queue entry to ensure the device remains valid until the packet is processed or dropped.

Affected products

  • Linux Linux Kernel 4.7 to 6.13

Timeline

  • 2026-06-24: advisory: CVE published by NVD
  • 2026-06-01: patched: Fix committed to stable kernel trees by Greg Kroah-Hartman

References

Related threats