๐Ÿ” CVE Alert

CVE-2026-23272

HIGH 7.8

netfilter: nf_tables: unconditionally bump set->nelems before insertion

CVSS Score
7.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Mar 20, 2026
Last Updated Apr 13, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new high vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Linux / Linux
35d0ac9070ef619e3bf44324375878a1c540387b < 6826131c7674329335ca25df2550163eb8a1fd0c 35d0ac9070ef619e3bf44324375878a1c540387b < ccb8c8f3c1127cf34d18c737309897c68046bf21 35d0ac9070ef619e3bf44324375878a1c540387b < def602e498a4f951da95c95b1b8ce8ae68aa733a fefdd79403e89b0c673965343b92e2e01e2713a8
Linux / Linux
4.10

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/6826131c7674329335ca25df2550163eb8a1fd0c git.kernel.org: https://git.kernel.org/stable/c/ccb8c8f3c1127cf34d18c737309897c68046bf21 git.kernel.org: https://git.kernel.org/stable/c/def602e498a4f951da95c95b1b8ce8ae68aa733a