Netfilter Vulnerability in Linux Kernel Affecting Traffic Management
CVE-2026-74695
What is CVE-2026-74695?
A vulnerability exists in the Linux kernel's netfilter subsystem that could lead to a reference count leak due to improper handling of a socket buffer's destination entry. Specifically, when incoming socket buffers (skbs) pass through netfilter's flowtable offload hooks, they may already carry a reference-counted destination entry assigned during prior receive or routing processes. The call to skb_dst_set_noref() overwrites the existing reference count without dropping the previous entry, which results in a leak and can trigger warnings during network operations. The issue highlights the importance of dropping any existing reference before assigning a new one to maintain system integrity and stability.
Affected Version(s)
Linux 2a79fd3908acd88e6cb0e620c314d7b1fee56a02 < 12afa450a6a6c0cce2c42b7545a9958f62d8a00c
Linux 2a79fd3908acd88e6cb0e620c314d7b1fee56a02 < 538e67e8c7889cf5f93951f5309d1bcb41f86036
Linux 2a79fd3908acd88e6cb0e620c314d7b1fee56a02 < 8aecf0bbcc72605592134c917c222207d8f63ab0