CVE-2026-43090
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
06/05/2026
Última modificación:
19/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
xfrm: fix refcount leak in xfrm_migrate_policy_find<br />
<br />
syzkaller reported a memory leak in xfrm_policy_alloc:<br />
<br />
BUG: memory leak<br />
unreferenced object 0xffff888114d79000 (size 1024):<br />
comm "syz.1.17", pid 931<br />
...<br />
xfrm_policy_alloc+0xb3/0x4b0 net/xfrm/xfrm_policy.c:432<br />
<br />
The root cause is a double call to xfrm_pol_hold_rcu() in<br />
xfrm_migrate_policy_find(). The lookup function already returns<br />
a policy with held reference, making the second call redundant.<br />
<br />
Remove the redundant xfrm_pol_hold_rcu() call to fix the refcount<br />
imbalance and prevent the memory leak.<br />
<br />
Found by Linux Verification Center (linuxtesting.org) with Syzkaller.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.12 (incluyendo) | 6.12.83 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.24 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.14 (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:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



