CVE-2026-31606
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/04/2026
Última modificación:
29/04/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
usb: gadget: f_hid: don&#39;t call cdev_init while cdev in use<br />
<br />
When calling unbind, then bind again, cdev_init reinitialized the cdev,<br />
even though there may still be references to it. That&#39;s the case when<br />
the /dev/hidg* device is still opened. This obviously unsafe behavior<br />
like oopes.<br />
<br />
This fixes this by using cdev_alloc to put the cdev on the heap. That<br />
way, we can simply allocate a new one in hidg_bind.
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:*:*:*:*:*:*:*:* | 3.19 (incluyendo) | 6.12.83 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.24 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.14 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 7.0 (incluyendo) | 7.0.1 (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/5a229016ca3ac551294ec59770be9da94ec4bf63
- https://git.kernel.org/stable/c/75ecc46828ec377dd5692c677168ef6d64fd7123
- https://git.kernel.org/stable/c/81ebd43cc0d6d106ce7b6ccbf7b5e40ca7f5503d
- https://git.kernel.org/stable/c/c6c0d13db5d0f8d465eabc14bd23d2b6a7247a43
- https://git.kernel.org/stable/c/eb6ef6185f2054a341ec70d7e2165f5381744215



