CVE-2026-23272: netfilter: nf_tables: unconditionally bump set->nelems before insertion
In the Linux kernel, the following vulnerability has been resolved:
netfilter: nf_tables: unconditionally bump set->nelems before insertion
In case that the set is full, a new element gets published then removed
without waiting for the RCU grace period, while RCU reader can be
walking over it already.
To address this issue, add the element transaction even if set is full,
but toggle the set_full flag to report -ENFILE so the abort path safely
unwinds the set to its previous state.
As for element updates, decrement set->nelems to restore it.
A simpler fix is to call synchronize_rcu() in the error path.
However, with a large batch adding elements to already maxed-out set,
this could cause noticeable slowdown of such batches.
Security readout for executives and security teams
Plain-English summary
CVE-2026-23272 is a high-severity Linux kernel flaw in nf_tables, part of netfilter firewall handling. A local attacker with required privileges could trigger unsafe element removal and potentially gain high-impact control over confidentiality, integrity, or availability. The provided sources do not show active exploitation.
Executive priority
Treat as a near-term patching priority for Linux fleets, especially shared systems and container hosts. It is not currently KEV-listed in the provided sources, so emergency response depends on local exposure and vendor advisories.
Technical view
The bug is an RCU lifetime issue in nf_tables set insertion. When a set is full, an element can be published and then removed without waiting for an RCU grace period while readers may still traverse it. Linux stable commits change transaction handling so abort unwinds safely.
Likely exposure
Systems running affected Linux kernels with nf_tables/netfilter available are the likely exposure. The provided version data is incomplete and ambiguous, so confirm exposure through distribution kernel advisories, package changelogs, and whether referenced stable commits are present.
Exploitation context
The CVSS vector is local, low complexity, low privileges, no user interaction, with high CIA impact. The source bundle marks CISA KEV as false and provides no cited evidence of exploitation in the wild or public exploit availability.
Researcher notes
Focus review on nf_tables set insertion failure handling and RCU reader safety. The provided description identifies unsafe publish-remove behavior when sets are full, fixed by preserving transaction unwinding rather than adding synchronize_rcu in the error path.
Mitigation direction
Update Linux kernels through your distribution security channel.
Confirm the kernel includes one of the referenced stable fixes.
Prioritize multi-user hosts, container platforms, and internet-facing workloads with local shell access paths.
Check vendor guidance if immediate patching is not available.
Limit untrusted local access where operationally possible until patched.
Validation and detection
Inventory Linux kernel versions across servers, containers hosts, and appliances.
Review distribution advisories for CVE-2026-23272 fix status.
Verify package changelogs include the nf_tables set->nelems RCU fix.
Check whether nf_tables/netfilter functionality is enabled or loaded.
Track exceptions where vendor kernels backport fixes without changing upstream version numbers.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-23272 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
7Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.