CVE-2026-43027
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
01/05/2026
Última modificación:
08/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
netfilter: nf_conntrack_helper: pass helper to expect cleanup<br />
<br />
nf_conntrack_helper_unregister() calls nf_ct_expect_iterate_destroy()<br />
to remove expectations belonging to the helper being unregistered.<br />
However, it passes NULL instead of the helper pointer as the data<br />
argument, so expect_iter_me() never matches any expectation and all<br />
of them survive the cleanup.<br />
<br />
After unregister returns, nfnl_cthelper_del() frees the helper<br />
object immediately. Subsequent expectation dumps or packet-driven<br />
init_conntrack() calls then dereference the freed exp->helper,<br />
causing a use-after-free.<br />
<br />
Pass the actual helper pointer so expectations referencing it are<br />
properly destroyed before the helper object is freed.<br />
<br />
BUG: KASAN: slab-use-after-free in string+0x38f/0x430<br />
Read of size 1 at addr ffff888003b14d20 by task poc/103<br />
Call Trace:<br />
string+0x38f/0x430<br />
vsnprintf+0x3cc/0x1170<br />
seq_printf+0x17a/0x240<br />
exp_seq_show+0x2e5/0x560<br />
seq_read_iter+0x419/0x1280<br />
proc_reg_read+0x1ac/0x270<br />
vfs_read+0x179/0x930<br />
ksys_read+0xef/0x1c0<br />
Freed by task 103:<br />
The buggy address is located 32 bytes inside of<br />
freed 192-byte region [ffff888003b14d00, ffff888003b14dc0)
Impacto
Puntuación base 3.x
7.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.14 (incluyendo) | 5.10.253 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (incluyendo) | 5.15.203 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.168 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.134 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.81 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.22 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.12 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/2c16e4d64dd91227742dfe196a3e7b0568bef65a
- https://git.kernel.org/stable/c/2cf2737c85a2ba2b52024dafe68ffad2676f97be
- https://git.kernel.org/stable/c/504ba4168466c91210c45acdc332479cfd5f2da6
- https://git.kernel.org/stable/c/5cf28d5c8dcbbe8af6d3b145babe491906d7bad1
- https://git.kernel.org/stable/c/620f3d14c1ef51d425060a3056ad8dbae8f998a3
- https://git.kernel.org/stable/c/90bd7e8501349db3006d21fbc09df9ffcb172965
- https://git.kernel.org/stable/c/a242a9ae58aa46ff7dae51ce64150a93957abe65
- https://git.kernel.org/stable/c/dc1739eff48e34cc71d4e2f03715493fbcebd8af



