CVE-2026-53083
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/06/2026
Última modificación:
23/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
bpf: Fix RCU stall in bpf_fd_array_map_clear()<br />
<br />
Add a missing cond_resched() in bpf_fd_array_map_clear() loop.<br />
<br />
For PROG_ARRAY maps with many entries this loop calls<br />
prog_array_map_poke_run() per entry which can be expensive, and<br />
without yielding this can cause RCU stalls under load:<br />
<br />
rcu: Stack dump where RCU GP kthread last ran:<br />
CPU: 0 UID: 0 PID: 30932 Comm: kworker/0:2 Not tainted 6.14.0-13195-g967e8def1100 #2 PREEMPT(undef)<br />
Workqueue: events prog_array_map_clear_deferred<br />
RIP: 0010:write_comp_data+0x38/0x90 kernel/kcov.c:246<br />
Call Trace:<br />
<br />
prog_array_map_poke_run+0x77/0x380 kernel/bpf/arraymap.c:1096<br />
__fd_array_map_delete_elem+0x197/0x310 kernel/bpf/arraymap.c:925<br />
bpf_fd_array_map_clear kernel/bpf/arraymap.c:1000 [inline]<br />
prog_array_map_clear_deferred+0x119/0x1b0 kernel/bpf/arraymap.c:1141<br />
process_one_work+0x898/0x19d0 kernel/workqueue.c:3238<br />
process_scheduled_works kernel/workqueue.c:3319 [inline]<br />
worker_thread+0x770/0x10b0 kernel/workqueue.c:3400<br />
kthread+0x465/0x880 kernel/kthread.c:464<br />
ret_from_fork+0x4d/0x80 arch/x86/kernel/process.c:153<br />
ret_from_fork_asm+0x19/0x30 arch/x86/entry/entry_64.S:245<br />
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:*:*:*:*:*:*:*:* | 5.5 (incluyendo) | 6.6.141 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.91 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.33 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.10 (excluyendo) |
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/4406942e65ca128c56c67443832988873c21d2e9
- https://git.kernel.org/stable/c/67bdb4b0d26f2d6bbf1798a925ef5a3b9ed7357a
- https://git.kernel.org/stable/c/71ddb7defc442ab38c53123c384fedbfd8410a15
- https://git.kernel.org/stable/c/b1f7158a86f3cbac4d5a32beb55ca0f8027d44cd
- https://git.kernel.org/stable/c/e1ed678855e315f90c70c1723e94157a9a82e660



