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

netfilter: nf_tables: make nft_object rhltable per table

The nft_object rhltable is global, this allows for accessing objects
that are being dismangled from lookup path by other existing netns.
Given the nft_obj_destroy() releases the object inmediately, this might
lead to use-after-free of these objects that are being released.
Make the existing rhltable per table to address this issue to deal with
with the nft_rcv_nl_event() path too.

Update nft_obj_lookup() to take the table as non-const, otherwise,
compiler complains when passing the objname_ht to rhltable_lookup().
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a use‑after‑free flaw in the nf_tables implementation. The global rhltable used to store nft_object entries is shared across network namespaces. When an object is destroyed the rhltable can still be accessed by other namespaces, allowing a use‑after‑free that may corrupt kernel memory or cause a crash.

Affected Systems

Any Linux kernel in which nf_tables is built with the global rhltable implementation is potentially vulnerable. The specific version ranges are not listed in the data, so all distributions running a kernel prior to the patch that makes rhltable per table could be affected.

Risk and Exploitability

The CVSS score is 7.8, reflecting the high impact of a kernel memory corruption bug. The EPSS score is below 1% and the vulnerability is not listed in the CISA KEV catalog, indicating a low probability of current exploitation. The flaw requires manipulation of nf_tables objects, which typically demands privileged or local access. No publicly available exploit is known at this time.

Generated by OpenCVE AI on August 18, 2026 at 02:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a kernel version that includes the nf_tables rhltable‑per‑table fix, such as the latest stable release or a backported security update.
  • If an immediate kernel upgrade is not possible, consider disabling nf_tables support or restricting nftables management to trusted users.
  • Enable kernel hardening features, such as KASAN or lock‑down mode, to detect or mitigate future use‑after‑free bugs.

Generated by OpenCVE AI on August 18, 2026 at 02:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: make nft_object rhltable per table The nft_object rhltable is global, this allows for accessing objects that are being dismangled from lookup path by other existing netns. Given the nft_obj_destroy() releases the object inmediately, this might lead to use-after-free of these objects that are being released. Make the existing rhltable per table to address this issue to deal with with the nft_rcv_nl_event() path too. Update nft_obj_lookup() to take the table as non-const, otherwise, compiler complains when passing the objname_ht to rhltable_lookup().
Title netfilter: nf_tables: make nft_object rhltable per table
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-08-17T05:48:45.246Z

Reserved: 2026-08-15T05:44:03.916Z

Link: CVE-2026-74565

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:18:02.013

Modified: 2026-08-17T06:19:54.657

Link: CVE-2026-74565

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74565 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T03:00:09Z

Weaknesses