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: n/a
EPSS: n/a
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 the Linux kernel. It is present in any kernel builds that incorporate the recent patch wherein the commit_mutex lock was removed from the nf_tables reset routine. No specific release numbers are listed in the advisory, so the issue may affect all current kernel versions that have adopted this change. Administrators should check if the kernel source tree contains the referenced commits and verify whether their running kernel includes the change.

Risk and Exploitability

The CVSS or EPSS scores are not available, and the vulnerability is not listed in CISA’s KEV catalog. The exploit likely requires concurrent execution of nft reset, ipset list, and iptables‑nft commands with the '-m set' match. 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 May 27, 2026 at 16:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy a Linux kernel update that restores the commit_mutex protection 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 May 27, 2026 at 16:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-05-27T12:17:09.861Z

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

Link: CVE-2026-45901

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

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

Modified: 2026-05-27T14:48:31.480

Link: CVE-2026-45901

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T22:00:16Z

Weaknesses