CVE-2026-46324
Analyzed
Analyzed - Analysis Complete
Use-after-free in Linux Kernel Netfilter nf_tables
Vulnerability report for CVE-2026-46324, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-06-09
Last updated on: 2026-07-08
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
netfilter: nf_tables: use list_del_rcu for netlink hooks
nft_netdev_unregister_hooks and __nft_unregister_flowtable_net_hooks need
to use list_del_rcu(), this list can be walked by concurrent dumpers.
Add a new helper and use it consistently.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.4.262 (inc) to 5.5 (exc) |
| linux | linux_kernel | From 4.19.316 (inc) to 4.20 (exc) |
| linux | linux_kernel | From 5.17.13 (inc) to 5.18 (exc) |
| linux | linux_kernel | 7.1 |
| linux | linux_kernel | From 6.19 (inc) to 7.0.10 (exc) |
| linux | linux_kernel | From 5.10.198 (inc) to 5.11 (exc) |
| linux | linux_kernel | From 5.15.45 (inc) to 5.16 (exc) |
| linux | linux_kernel | From 5.18.2 (inc) to 6.18.33 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |