Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-46073

Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
27/05/2026
Última modificación:
24/06/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> hwmon: (powerz) Fix missing usb_kill_urb() on signal interrupt<br /> <br /> wait_for_completion_interruptible_timeout() returns -ERESTARTSYS when<br /> interrupted. This needs to abort the URB and return an error. No data<br /> has been received from the device so any reads from the transfer<br /> buffer are invalid.<br /> <br /> The original code tests !ret, which only catches the timeout case (0).<br /> On signal delivery (-ERESTARTSYS), !ret is false so the function skips<br /> usb_kill_urb() and falls through to read from the unfilled transfer<br /> buffer.<br /> <br /> Fix by capturing the return value into a long (matching the function<br /> return type) and handling signal (negative) and timeout (zero) cases<br /> with separate checks that both call usb_kill_urb() before returning.

Productos y versiones vulnerables

CPE Desde Hasta
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 (incluyendo) 6.12.86 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 (incluyendo) 6.18.27 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.19 (incluyendo) 7.0.4 (excluyendo)