← Retour à la recherche de CVE

CVE-2026-31606

Linux Kernel

Description

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_hid: don-t call cdev_init while cdev in use When calling unbind, then bind again, cdev_init reinitialized the cdev, even though there may still be references to it. That-s the case when the /dev/hidg* device is still opened. This obviously unsafe behavior like oopes. This fixes this by using cdev_alloc to put the cdev on the heap. That way, we can simply allocate a new one in hidg_bind.

CVSS 5.5EPSS 0.122%Risque 0.56
Voir la source
Publication
2026-04-24 15:16:39
Versions concernées
unknown
Type
Core software
Vecteur
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Systèmes d’exploitation
Linux