SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-80773

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-19

CyberRota Analysis

AI-Generated

A vulnerability exists in the Linux kernel related to the handling of HID devices, specifically where the function to_usb_interface() is used without verifying that the device is indeed USB. This oversight can lead to kernel crashes (kernel splats) when non-USB devices are incorrectly identified as USB, potentially impacting system stability. Linux system administrators and developers working with HID devices should prioritize applying the fix to prevent potential disruptions.

CVE
CVE-2026-80773
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: HID: huawei: fix missing hid_is_usb() check to_usb_interface() can only be used on a hid_device whose parent is really USB; uhid can create devices that identify as being on BUS_USB, but don't actually have a USB parent. Fix the use of to_usb_interface() without a hid_is_usb() check. I have verified that it is currently possible to trigger a kernel splat due to this bug in an ASAN build, and that this commit fixes the issue.