CVE-2026-43301
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-191
Subdesbordamiento de entero
Fecha de publicación:
08/05/2026
Última modificación:
15/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 PM runtime usage count underflow<br />
<br />
Replace pm_runtime_put_sync() with pm_runtime_dont_use_autosuspend() in<br />
the remove path to properly pair with pm_runtime_use_autosuspend() from<br />
probe. This allows pm_runtime_disable() to handle reference count cleanup<br />
correctly regardless of current suspend state.<br />
<br />
The driver calls pm_runtime_put_sync() unconditionally in remove, but the<br />
device may already be suspended due to autosuspend configured in probe.<br />
When autosuspend has already suspended the device, the usage count is 0,<br />
and pm_runtime_put_sync() decrements it to -1.<br />
<br />
This causes the following warning on module unload:<br />
<br />
------------[ cut here ]------------<br />
WARNING: CPU: 1 PID: 963 at kernel/kthread.c:1430<br />
kthread_destroy_worker+0x84/0x98<br />
...<br />
vdec 30210000.video-codec: Runtime PM usage count underflow!
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.8 (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



