CVE-2026-53275
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
25/06/2026
Última modificación:
08/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ipv6: mcast: Fix use-after-free when processing MLD queries<br />
<br />
When processing an MLD query, a pointer to the multicast group address<br />
is retrieved when initially parsing the packet. This pointer is later<br />
dereferenced without being reloaded despite the fact that the skb header<br />
might have been reallocated following the pskb_may_pull() calls, leading<br />
to a use-after-free [1].<br />
<br />
Fix by copying the multicast group address when the packet is initially<br />
parsed.<br />
<br />
[1]<br />
BUG: KASAN: slab-use-after-free in __mld_query_work (net/ipv6/mcast.c:1512)<br />
Read of size 8 at addr ffff8881154b8e90 by task kworker/4:1/118<br />
<br />
Workqueue: mld mld_query_work<br />
Call Trace:<br />
<br />
dump_stack_lvl (lib/dump_stack.c:94 lib/dump_stack.c:120)<br />
print_address_description.constprop.0 (mm/kasan/report.c:378)<br />
print_report (mm/kasan/report.c:482)<br />
kasan_report (mm/kasan/report.c:595)<br />
__mld_query_work (net/ipv6/mcast.c:1512)<br />
mld_query_work (net/ipv6/mcast.c:1563)<br />
process_one_work (kernel/workqueue.c:3314)<br />
worker_thread (kernel/workqueue.c:3397 kernel/workqueue.c:3478)<br />
kthread (kernel/kthread.c:436)<br />
ret_from_fork (arch/x86/kernel/process.c:158)<br />
ret_from_fork_asm (arch/x86/entry/entry_64.S:245)<br />
<br />
<br />
[...]<br />
<br />
Freed by task 118:<br />
kasan_save_stack (mm/kasan/common.c:57)<br />
kasan_save_track (mm/kasan/common.c:78)<br />
kasan_save_free_info (mm/kasan/generic.c:584)<br />
__kasan_slab_free (mm/kasan/common.c:253 mm/kasan/common.c:285)<br />
kfree (./include/linux/kasan.h:235 mm/slub.c:2689 mm/slub.c:6251 mm/slub.c:6566)<br />
pskb_expand_head (net/core/skbuff.c:2335)<br />
__pskb_pull_tail (net/core/skbuff.c:2878 (discriminator 4))<br />
__mld_query_work (net/ipv6/mcast.c:1495 (discriminator 1))<br />
mld_query_work (net/ipv6/mcast.c:1563)<br />
process_one_work (kernel/workqueue.c:3314)<br />
worker_thread (kernel/workqueue.c:3397 kernel/workqueue.c:3478)<br />
kthread (kernel/kthread.c:436)<br />
ret_from_fork (arch/x86/kernel/process.c:158)<br />
ret_from_fork_asm (arch/x86/entry/entry_64.S:245)
Impacto
Puntuación base 3.x
8.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.15 (incluyendo) | 5.15.210 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.176 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.143 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.94 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.36 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.13 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1: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/087dbacf897c020f438f780f0a4a8aa73b6d7c5a
- https://git.kernel.org/stable/c/1354271c89d0e5fbf8b3d94097ff0216695209c7
- https://git.kernel.org/stable/c/2a613bf497029d555a7428406aa8cdb84a503cea
- https://git.kernel.org/stable/c/4203806f700bb44ea0b05d484d9d40044b47fb04
- https://git.kernel.org/stable/c/53baa63a4183291574483f89583dbef13677a2c4
- https://git.kernel.org/stable/c/791c91dc7a9dfb2457d5e29b8216a6484b9c4b40
- https://git.kernel.org/stable/c/b2eb8886200b907fc71806869620609f0f4cacb0



