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

netfilter: nf_tables: revert commit_mutex usage in reset path

It causes circular lock dependency between commit_mutex, nfnl_subsys_ipset
and nlk_cb_mutex when nft reset, ipset list, and iptables-nft with '-m set'
rule run at the same time.

Previous patches made it safe to run individual reset handlers concurrently
so commit_mutex is no longer required to prevent this.
Published: 2026-05-27
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, a recent change removed the commit_mutex lock from the nf_tables reset path, creating a circular lock dependency among commit_mutex, nfnl_subsys_ipset, and nlk_cb_mutex. When nft reset, an ipset list operation, and an iptables‑nft rule using '-m set' run at the same time, the three locks can be acquired in conflicting orders, leading to a deadlock. The deadlock stalls the netfilter subsystem, causing nft or iptables commands to hang and potentially leading to a denial of service of network filtering functions.

Affected Systems

The vulnerability affects Linux kernel builds that include the commit where commit_mutex was removed from the nf_tables reset routine. These builds are the result of the change introduced by the relevant commits. The affected kernels are therefore those released after the commit that reverts commit_mutex usage. Administrators should check their kernel commit history and verify if their running kernel includes this change. The issue does not apply to older kernel releases prior to this modification.

Risk and Exploitability

Based on the description, it is inferred that the exploit requires concurrent execution of nft reset, ipset list, and iptables‑nft commands with '-m set'. The CVSS score of 5.5 indicates a moderate severity, and the EPSS score of < 1% indicates a very low exploitation probability. The vulnerability is not listed in CISA’s KEV catalog. An attacker with the ability to run these commands—typically a privileged user—could trigger a deadlock that stalls network packet processing, resulting in a denial of service for network traffic. Because the attack hinges on complex concurrency and requires controlled timing, the probability of successful exploitation is considered low, but the impact if achieved is that network filtering functionality could become unresponsive.

Generated by OpenCVE AI on August 14, 2026 at 02:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy a Linux kernel update that removes the problematic commit_mutex usage in the nf_tables reset path.
  • Avoid running nft reset, ipset list, and iptables‑nft with '-m set' commands concurrently; serialize these operations to prevent lock contention.
  • If an immediate kernel upgrade is not possible, restrict access to nf_tables reset and ipset operations to privileged accounts only, and monitor for signs of deadlock or stalled network processing.

Generated by OpenCVE AI on August 14, 2026 at 02:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
Debian DSA Debian DSA DSA-6415-1 linux security update
History

Mon, 03 Aug 2026 10:15:00 +0000


Thu, 28 May 2026 14:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-771

Thu, 28 May 2026 12:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Low


Wed, 27 May 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-771

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: revert commit_mutex usage in reset path It causes circular lock dependency between commit_mutex, nfnl_subsys_ipset and nlk_cb_mutex when nft reset, ipset list, and iptables-nft with '-m set' rule run at the same time. Previous patches made it safe to run individual reset handlers concurrently so commit_mutex is no longer required to prevent this.
Title netfilter: nf_tables: revert commit_mutex usage in reset path
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-03T09:32:31.525Z

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

Link: CVE-2026-45901

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Undergoing Analysis

Published: 2026-05-27T14:17:04.483

Modified: 2026-08-03T10:16:28.903

Link: CVE-2026-45901

cve-icon Redhat

Severity : Low

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-45901 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T03:00:04Z

Weaknesses