GHSA-42p7-8g8p-r7fhHighCVSS 7.8

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: use...

Published
June 9, 2026
Last Modified
June 14, 2026

🔗 CVE IDs covered (1)

📋 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.

🔗 References (5)