PatchSiren cyber security CVE debrief
CVE-2026-45901 Linux CVE debrief
A vulnerability in the Linux kernel's netfilter nf_tables subsystem has been resolved. The issue involved a circular lock dependency between commit_mutex, nfnl_subsys_ipset, and nlk_cb_mutex that could occur when nft reset operations, ipset list operations, and iptables-nft rules using '-m set' were executed concurrently. The fix reverts the use of commit_mutex in the reset path, as previous patches had made individual reset handlers safe to run concurrently without this mutex.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-27
- Original CVE updated
- 2026-08-03
- Advisory published
- 2026-05-27
- Advisory updated
- 2026-08-03
Who should care
Linux system administrators running nftables, ipset, or iptables-nft with set match rules; security teams monitoring kernel netfilter stability; organizations with high-concurrency firewall rule management operations
Technical summary
The vulnerability stems from a circular lock dependency in the Linux kernel's netfilter nf_tables subsystem. The commit_mutex was introduced in the reset path to prevent concurrent execution, but this created a deadlock scenario when combined with nfnl_subsys_ipset and nlk_cb_mutex locks during simultaneous nft reset, ipset list, and iptables-nft '-m set' rule operations. The resolution removes commit_mutex from the reset path, relying on prior patches that made individual reset handlers concurrency-safe. The fix is available in kernel stable branches via commits 7f261bb906bf and ee3978b6a0dcd.
Defensive priority
medium
Recommended defensive actions
- Review kernel version and apply relevant stable kernel updates containing the referenced commits
- Monitor for CVSS scoring updates from NVD
- Verify nftables/ipset/iptables-nft usage patterns in environment for concurrent operation scenarios
- Consider kernel lockdep debugging for validation in staging environments
Evidence notes
The vulnerability description is sourced directly from the official CVE record and NVD entry. The fix is documented in two kernel git commits referenced in the CVE. The vendor identification is marked as low confidence and requires review, as the CVE only identifies 'Kernel' as a reference domain candidate.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-45901 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-45901
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-45901 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45901
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7f261bb906bf527c4a6e2a646e2d5f3679f2a8bc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ee3978b6a0dcd4215cb7cedcba705a12174786a7
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.