CVE-2026-43454
Linux Kernel Netfilter Duplicate Device Registration Vulnerability
Publication date: 2026-05-08
Last updated on: 2026-05-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux_kernel | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel relates to the netfilter subsystem, specifically the nf_tables component. It involves a problem where a device could be registered more than once during the handling of NETDEV_REGISTER notifications. This happens because the device might have already been added by the nft_netdev_hook_alloc() function when creating the hook, leading to duplicate device registration.
How can this vulnerability impact me? :
Duplicate device registration in the netfilter hooks could potentially cause unexpected behavior in the network filtering functionality of the Linux kernel. This might lead to instability or errors in network packet processing, which could affect system reliability or security.