3 matches found
EUVD-2026-71412
In the Linux kernel, the following vulnerability has been resolved: HID: rapoo: fix missing hidisusb check tousbinterface can only be used on a hiddevice whose parent is really USB; uhid can create devices that identify as being on BUSUSB, but don't actually have a USB parent. Fix the use of...
CVE-2026-80769
In the Linux kernel, the following vulnerability has been resolved: HID: rapoo: fix missing hidisusb check tousbinterface can only be used on a hiddevice whose parent is really USB; uhid can create devices that identify as being on BUSUSB, but don't actually have a USB parent. Fix the use of...
CVE-2026-80769
CVE-2026-80769 affects the Linux kernel 's hid-rapoo driver. The root cause is a missing hid_is_usb() check before calling to_usb_interface(). The uhid subsystem can create devices that report BUS_USB but do not actually have a USB parent, causing to_usb_interface() to dereference an invalid poin...