CVE-2026-43293
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
08/05/2026
Última modificación:
14/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
media: chips-media: wave5: Fix kthread worker destruction in polling mode<br />
<br />
Fix the cleanup order in polling mode (irq work_list)) and<br />
WARN_ON(!list_empty(&worker->delayed_work_list)).<br />
<br />
The original code called kthread_destroy_worker() before hrtimer_cancel(),<br />
creating a race condition where the timer could fire during worker<br />
destruction and queue new work, triggering the WARN_ON.<br />
<br />
This causes the following warning on every module unload in polling mode:<br />
<br />
------------[ cut here ]------------<br />
WARNING: CPU: 2 PID: 1034 at kernel/kthread.c:1430<br />
kthread_destroy_worker+0x84/0x98<br />
Modules linked in: wave5(-) rpmsg_ctrl rpmsg_char ...<br />
Call trace:<br />
kthread_destroy_worker+0x84/0x98<br />
wave5_vpu_remove+0xc8/0xe0 [wave5]<br />
platform_remove+0x30/0x58<br />
...<br />
---[ end trace 0000000000000000 ]---
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.10 (incluyendo) | 6.12.75 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.16 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.6 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



