Description
In the Linux kernel, the following vulnerability has been resolved:

netfilter: nf_tables: join hook list via splice_list_rcu() in commit phase

Publish new hooks in the list into the basechain/flowtable using
splice_list_rcu() to ensure netlink dump list traversal via rcu is safe
while concurrent ruleset update is going on.
Published: 2026-06-24
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A race condition in the Linux kernel’s netfilter nf_tables module allows concurrent hook list updates during the commit phase to intermix incorrectly through splice_list_rcu. This improper synchronization can corrupt the hook list that is used for netlink dump traversal, potentially leading to kernel instability or crashes when netlink requests are processed. The vulnerability is a synchronization flaw that can result in a denial of service but does not provide an escalation path for arbitrary code execution.

Affected Systems

All Linux kernel releases that include the nf_tables component are affected. The entry lists the generic Linux kernel family without specific version constraints, indicating that the flaw was present across all kernel versions prior to the commit referenced in the advisory. Administrators should verify whether their current kernel build incorporates the identified patch commit.

Risk and Exploitability

The advisory does not publish a CVSS score or EPSS value, so the quantified risk cannot be established. The flaw requires the attacker to execute or influence kernel code during the nf_tables commit phase, implying a local or privileged attack vector. Because the issue directly impacts the kernel’s core networking functionality, exploitation would likely destabilize the system rather than provide direct privilege escalation. The vulnerability has not been listed in the CISA KEV catalog and no publicly available exploit is documented.

Generated by OpenCVE AI on June 24, 2026 at 18:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an updated kernel that includes the nf_tables splice_list_rcu patch commit
  • If a kernel upgrade cannot yet be performed, restrict the creation and modification of nf_tables rule sets to trusted, privileged users and audit any changes
  • Monitor system logs for kernel panics or RCU stall warnings that may indicate race conditions during netfilter operations

Generated by OpenCVE AI on June 24, 2026 at 18:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 24 Jun 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Wed, 24 Jun 2026 17:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: join hook list via splice_list_rcu() in commit phase Publish new hooks in the list into the basechain/flowtable using splice_list_rcu() to ensure netlink dump list traversal via rcu is safe while concurrent ruleset update is going on.
Title netfilter: nf_tables: join hook list via splice_list_rcu() in commit phase
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-24T16:29:02.580Z

Reserved: 2026-06-09T07:44:35.376Z

Link: CVE-2026-52988

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T18:45:05Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')