CVE-2026-31480
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
22/04/2026
Última modificación:
27/04/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
tracing: Fix potential deadlock in cpu hotplug with osnoise<br />
<br />
The following sequence may leads deadlock in cpu hotplug:<br />
<br />
task1 task2 task3<br />
----- ----- -----<br />
<br />
mutex_lock(&interface_lock)<br />
<br />
[CPU GOING OFFLINE]<br />
<br />
cpus_write_lock();<br />
osnoise_cpu_die();<br />
kthread_stop(task3);<br />
wait_for_completion();<br />
<br />
osnoise_sleep();<br />
mutex_lock(&interface_lock);<br />
<br />
cpus_read_lock();<br />
<br />
[DEAD LOCK]<br />
<br />
Fix by swap the order of cpus_read_lock() and mutex_lock(&interface_lock).
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.14.1 (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.131 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.80 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.21 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.11 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:5.14:-:*:*:*:*:*:* | ||
| 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
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/03474a01c199de17a8e2d39b51df6beb9c76e831
- https://git.kernel.org/stable/c/1f9885732248d22f788e4992c739a98c88ab8a55
- https://git.kernel.org/stable/c/7a41d4633cd2c15eb5ed31e8f3b16910e50a8c9f
- https://git.kernel.org/stable/c/7aa095ce7d224308cb6979956f0de8607df93d4f
- https://git.kernel.org/stable/c/cf929c21eeed5bd39873fb14bfdfff963fa6f1da
- https://git.kernel.org/stable/c/ef41a85a55022e27cdaebf22a6676910b66f65aa
- https://git.kernel.org/stable/c/f278b8ebf7eba2a1699cfc7bf30dd3ef898d60d7



