CVE-2026-23272
Last modified
CVE-2026-23272 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.9.33, < 4.10 | — |
| Linux | Linux Kernel | >= 4.10.1, < 6.18.17 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.7 | — |
| Linux | Linux Kernel | 4.10 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-23272?
How severe is CVE-2026-23272?
How do I fix CVE-2026-23272?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23267In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23268In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23269In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-2327Versions of the package markdown-it from 13.0.0 and before 1…7.5
- CVE-2026-23270In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23271In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23273In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23274In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23275In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23276In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23277In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23278In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-23272?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
