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

netfilter: nft_inner: release local_lock before re-enabling softirqs

Quoting sashiko:
In the error path, local_bh_enable() is called before
local_unlock_nested_bh().
Published: 2026-07-19
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel netfilter nft_inner module contains a flaw where the local lock is released before re‑enabling soft interrupts during an error path. This misordering can cause a use‑after‑free condition, potentially corrupting kernel memory and leading to a crash. The CWE‑821 classification confirms a use‑after‑free vulnerability. The impact includes possible denial of service via kernel panic.

Affected Systems

The vulnerability resides in the Linux kernel, specifically the nft_inner code path that handles packet filtering. Any running system using a kernel prior to the patch that contains the vulnerable nft_inner implementation is affected. No explicit kernel version list is provided, so all kernels with the legacy nft_inner implementation may be vulnerable.

Risk and Exploitability

The CVSS score of 9.8 indicates a critical severity. The EPSS score of <1 % suggests a low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is remote, inferred from the network packet processing nature of nftables, but it requires an error condition to trigger the bug. Prior to patching, an attacker that can trigger the error path might cause a kernel crash. Proper patching is strongly advised.

Generated by OpenCVE AI on July 30, 2026 at 20:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel update that includes the nft_inner fix, such as the commit 6fecd39c6401134b58505bc4eb1adc8a0e2fe992 or a later kernel release.
  • Reboot the system to ensure the patched kernel is active.
  • Rebuild or reload nftables modules if they are built as separate modules to activate the patched code.

Generated by OpenCVE AI on July 30, 2026 at 20:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Tue, 21 Jul 2026 00:15:00 +0000

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

None

threat_severity

Moderate


Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sun, 19 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_inner: release local_lock before re-enabling softirqs Quoting sashiko: In the error path, local_bh_enable() is called before local_unlock_nested_bh().
Title netfilter: nft_inner: release local_lock before re-enabling softirqs
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-05T12:39:44.813Z

Reserved: 2026-07-19T07:54:57.037Z

Link: CVE-2026-64150

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-64150 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T20:15:05Z

Weaknesses
  • CWE-821

    Incorrect Synchronization