CVE-2026-23272

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.10:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.10:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.10:rc7:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.10:rc8:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*

History

23 May 2026, 12:17

Type Values Removed Values Added
CWE NVD-CWE-noinfo
CPE cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.10:rc7:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.10:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.10:rc8:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.10:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
References
  • () https://git.kernel.org/stable/c/86bc4b1a0f672d47ac19f9022432cb6a2e01cb33 -
  • () https://git.kernel.org/stable/c/e3ccb11fc8249759d23326038c8db987ddaabc77 -
References () https://git.kernel.org/stable/c/6826131c7674329335ca25df2550163eb8a1fd0c - () https://git.kernel.org/stable/c/6826131c7674329335ca25df2550163eb8a1fd0c - Patch
References () https://git.kernel.org/stable/c/ccb8c8f3c1127cf34d18c737309897c68046bf21 - () https://git.kernel.org/stable/c/ccb8c8f3c1127cf34d18c737309897c68046bf21 - Patch
References () https://git.kernel.org/stable/c/def602e498a4f951da95c95b1b8ce8ae68aa733a - () https://git.kernel.org/stable/c/def602e498a4f951da95c95b1b8ce8ae68aa733a - Patch
First Time Linux
Linux linux Kernel

02 Apr 2026, 15:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8
Summary
  • (es) En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta: netfilter: nf_tables: incrementar incondicionalmente set->nelems antes de la inserción En caso de que el conjunto esté lleno, se publica un nuevo elemento que luego se elimina sin esperar el período de gracia de RCU, mientras que un lector de RCU ya puede estar recorriéndolo. Para abordar este problema, añadir la transacción del elemento incluso si el conjunto está lleno, pero alternar la bandera set_full para informar -ENFILE de modo que la ruta de aborto deshaga de forma segura el conjunto a su estado anterior. En cuanto a las actualizaciones de elementos, decrementar set->nelems para restaurarlo. Una solución más simple es llamar a synchronize_rcu() en la ruta de error. Sin embargo, con un gran lote añadiendo elementos a un conjunto ya agotado, esto podría causar una ralentización notable de dichos lotes.

20 Mar 2026, 09:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-20 09:16

Updated : 2026-05-23 12:17


NVD link : CVE-2026-23272

Mitre link : CVE-2026-23272

CVE.ORG link : CVE-2026-23272


JSON object : View

Products Affected

linux

  • linux_kernel