๐Ÿ” CVE Alert

CVE-2026-31606

UNKNOWN 0.0

usb: gadget: f_hid: don't call cdev_init while cdev in use

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Apr 24, 2026
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
cb382536052fcc7713988869b54a81137069e5a9 < c6c0d13db5d0f8d465eabc14bd23d2b6a7247a43 cb382536052fcc7713988869b54a81137069e5a9 < eb6ef6185f2054a341ec70d7e2165f5381744215 cb382536052fcc7713988869b54a81137069e5a9 < 5a229016ca3ac551294ec59770be9da94ec4bf63 cb382536052fcc7713988869b54a81137069e5a9 < 75ecc46828ec377dd5692c677168ef6d64fd7123 cb382536052fcc7713988869b54a81137069e5a9 < 81ebd43cc0d6d106ce7b6ccbf7b5e40ca7f5503d
Linux / Linux
3.19

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/c6c0d13db5d0f8d465eabc14bd23d2b6a7247a43 git.kernel.org: https://git.kernel.org/stable/c/eb6ef6185f2054a341ec70d7e2165f5381744215 git.kernel.org: https://git.kernel.org/stable/c/5a229016ca3ac551294ec59770be9da94ec4bf63 git.kernel.org: https://git.kernel.org/stable/c/75ecc46828ec377dd5692c677168ef6d64fd7123 git.kernel.org: https://git.kernel.org/stable/c/81ebd43cc0d6d106ce7b6ccbf7b5e40ca7f5503d