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.
Published: 2026-06-09
Score: 7.0 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The nf_tables subsystem in the Linux kernel unregistered hooks without using the proper RCU deletion routine, list_del_rcu. When a hook is removed, the list element can still be traversed by concurrent dumpers, allowing the element to be freed while it is being read. This can result in a null pointer dereference or memory corruption that may crash the kernel or cause a kernel panic. The weakness lies in improper synchronization of a shared data structure that is accessed concurrently.

Affected Systems

Any Linux kernel that contains the nf_tables code and has not applied the patch that introduces list_del_rcu in nft_netdev_unregister_hooks and __nft_unregister_flowtable_net_hooks may be vulnerable. No specific version range is listed, so all kernel releases before the application of this fix have the potential to be affected, including distribution builds that have not applied the corresponding update.

Risk and Exploitability

The CVSS score of 7.0 indicates high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that an attacker would need local or privileged access to trigger a race between a hook unregistration and a concurrent list traversal. While a remote exploit is not documented, the possibility of kernel instability and potential denial of service makes this a high‑risk problem for affected systems.

Generated by OpenCVE AI on June 10, 2026 at 02:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the patch applying list_del_rcu in nf_tables hook unregistration
  • If an immediate update is not feasible, avoid unloading nf_tables modules or performing hook unregistrations while concurrent dumpers may be active; keeping the hooks registered mitigates the race
  • Configure system policies to limit which users or processes can trigger module unloads or modify nf_tables hook state, thereby reducing the opportunity for a malicious local user to trigger the race condition

Generated by OpenCVE AI on June 10, 2026 at 02:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 10 Jun 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Moderate


Tue, 09 Jun 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-754

Tue, 09 Jun 2026 12:30:00 +0000

Type Values Removed Values Added
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.
Title netfilter: nf_tables: use list_del_rcu for netlink hooks
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-09T12:11:16.602Z

Reserved: 2026-05-13T15:03:33.112Z

Link: CVE-2026-46324

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-09T13:16:37.893

Modified: 2026-06-09T13:16:37.893

Link: CVE-2026-46324

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-09T00:00:00Z

Links: CVE-2026-46324 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-09T15:30:07Z

Weaknesses