CVE-2026-43084
Last modified
CVE-2026-43084 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: make hash table per queue Sharing a global hash table among all queues is tempting, but it can cause crash: BUG: KASAN: slab-use-after-free in nfqnl_recv_verdict+0x11ac/0x15e0 [nfnetlink_queue] [..] nfqnl_recv_verdict+0x11ac/0x15e0 [nfnetlink_queue] nfnetlink_rcv_msg+0x46a/0x930 kmem_cache_alloc_node_noprof+0x11e/0x450 struct nf_queue_entry is freed via kfree, but parallel cpu can still encounter such an nf_queue_entry when walking the list. Alternative fix is to free the nf_queue_entry via kfree_rcu() instead, but as we have to alloc/free for each skb this will cause more mem pressure.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: make hash table per queue Sharing a global hash table among all queues is tempting, but it can cause crash: BUG: KASAN: slab-use-after-free in nfqnl_recv_verdict+0x11ac/0x15e0 [nfnetlink_queue] [..] nfqnl_recv_verdict+0x11ac/0x15e0 [nfnetlink_queue] nfnetlink_rcv_msg+0x46a/0x930 kmem_cache_alloc_node_noprof+0x11e/0x450 struct nf_queue_entry is freed via kfree, but parallel cpu can still encounter such an nf_queue_entry when walking the list. Alternative fix is to free the nf_queue_entry via kfree_rcu() instead, but as we have to alloc/free for each skb this will cause more mem pressure.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.12.75, < 6.12.83 |
| Linux | Linux Kernel | >= 6.18.14, < 6.18.24 |
| Linux | Linux Kernel | >= 6.19.4, < 6.19.14 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43084?
How severe is CVE-2026-43084?
How do I fix CVE-2026-43084?
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-43079In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4308A weakness has been identified in frdel/agent0ai agent-zero …6.3
- CVE-2026-43080In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43081In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43082In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43083In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-43085In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43086In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43087In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43088In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43089In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4309Missing Authorization vulnerability in NEC Platforms, Ltd. A…6.5
Are you affected by CVE-2026-43084?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
