CVE-2026-74695
Last modified
CVE-2026-74695 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_flow_table: drop existing skb dst before skb_dst_set_noref() Incoming skbs passing through netfilter flowtable offload hooks (or XFRM offload path) might already carry a ref-counted dst_entry assigned during earlier RX or routing steps. Calling skb_dst_set_noref() when skb already holds a ref-counted dst overwrites skb->_skb_refdst, leaking the previous dst_entry reference count and triggering a DEBUG_NET_WARN_ON_ONCE assertion in skb_dst_check_unset(): WARNING: at skb_dst_check_unset include/linux/skbuff.h:1170 WARNING: at skb_dst_set_noref include/linux/skbuff.h:1234 WARNING: at nf_flow_offload_ip_hook+0xf6c/0x2b60 net/netfilter/nf_flow_table_ip.c:864 Drop any existing dst_entry reference with skb_dst_drop(skb) before setting the non-referenced flowtable destination..
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_flow_table: drop existing skb dst before skb_dst_set_noref() Incoming skbs passing through netfilter flowtable offload hooks (or XFRM offload path) might already carry a ref-counted dst_entry assigned during earlier RX or routing steps. Calling skb_dst_set_noref() when skb already holds a ref-counted dst overwrites skb->_skb_refdst, leaking the previous dst_entry reference count and triggering a DEBUG_NET_WARN_ON_ONCE assertion in skb_dst_check_unset(): WARNING: at skb_dst_check_unset include/linux/skbuff.h:1170 WARNING: at skb_dst_set_noref include/linux/skbuff.h:1234 WARNING: at nf_flow_offload_ip_hook+0xf6c/0x2b60 net/netfilter/nf_flow_table_ip.c:864 Drop any existing dst_entry reference with skb_dst_drop(skb) before setting the non-referenced flowtable destination.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2a79fd3908acd88e6cb0e620c314d7b1fee56a02, < 12afa450a6a6c0cce2c42b7545a9958f62d8a00c; >= 2a79fd3908acd88e6cb0e620c314d7b1fee56a02, < 538e67e8c7889cf5f93951f5309d1bcb41f86036; >= 2a79fd3908acd88e6cb0e620c314d7b1fee56a02, < 8aecf0bbcc72605592134c917c222207d8f63ab0; b4b1adf2e66ecc7125c4117e7aad9ff61e2cfd27; 209dedf806d31095968f54323dbe62525b077b33; >= 4.16.15, < 4.17; >= 4.17.1, < 4.18 |
| Linux | Linux | 4.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74695?
How severe is CVE-2026-74695?
How do I fix CVE-2026-74695?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7469A vulnerability was detected in Tenda 4G300 US_4G300V1.0Mt_V…6.3
- CVE-2026-74690In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74691In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74692In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74693In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74694In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74696In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74697In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74698In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74699In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7470A flaw has been found in Tenda 4G300 US_4G300V1.0Mt_V1.01.42…8.8
- CVE-2026-74700In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74695?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
