CVE-2026-23272
Description
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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | bookworm | affected | |
| debian | bullseye | affected | |
| debian | forky | fixed | 6.19.8-1 |
| debian | sid | fixed | 6.19.8-1 |
| debian | trixie | affected | |
| linux-kernel | affected | 4.10 | |
| linux-kernel | 4.10 | affected | |
| linux-kernel | 7.0 | affected | |
References
- https://git.kernel.org/stable/c/6826131c7674329335ca25df2550163eb8a1fd0c
- https://git.kernel.org/stable/c/86bc4b1a0f672d47ac19f9022432cb6a2e01cb33
- https://git.kernel.org/stable/c/ccb8c8f3c1127cf34d18c737309897c68046bf21
- https://git.kernel.org/stable/c/def602e498a4f951da95c95b1b8ce8ae68aa733a
- https://git.kernel.org/stable/c/e3ccb11fc8249759d23326038c8db987ddaabc77
- https://www.suse.com/security/cve/CVE-2026-23272.html
- https://security-tracker.debian.org/tracker/CVE-2026-23272
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.