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.
Published: 2026-09-04
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a flaw in the huawei HID driver where to_usb_interface() is invoked without first verifying that the device’s parent is actually USB. A user‑space HID interface can fabricate a device that reports itself on BUS_USB yet has no real USB parent. When the driver processes such a device, the unchecked conversion causes a kernel exception and a system crash (splat).

Affected Systems

The vulnerability is listed only for Linux:Linux, indicating that any Linux kernel that has not applied the mitigating commit is potentially affected. No specific version numbers are supplied, so all kernel releases prior to the patch that added an hid_is_usb() check are at risk.

Risk and Exploitability

The EPSS score is not available and the issue is not catalogued in CISA KEV, but a kernel crash is a critical denial‑of‑service condition. The missing check can be triggered locally by creating a fake USB‑identified HID device via the uhid interface, which normally requires elevated privileges. Therefore the risk is moderate to high for systems that allow non‑privileged user space programs to instantiate HID devices. The absence of a public exploit does not eliminate the possibility of exploitation, and the vulnerability’s severity is limited only by the attacker’s ability to invoke the fault.

Generated by OpenCVE AI on September 4, 2026 at 17:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the huawei HID driver fix (the patch adding an hid_is_usb() check).
  • If a kernel upgrade is not possible, disable or restrict the uhid driver so that only trusted processes can create virtual HID devices.
  • Enable kernel runtime checks or enforce security modules to detect and prevent the creation of HID devices whose parent is not a USB device.

Generated by OpenCVE AI on September 4, 2026 at 17:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-253
CWE-476

Fri, 04 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
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.
Title HID: huawei: fix missing hid_is_usb() check
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-04T15:12:45.387Z

Reserved: 2026-08-26T14:34:25.792Z

Link: CVE-2026-80773

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T16:18:02.890

Modified: 2026-09-04T16:18:02.890

Link: CVE-2026-80773

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T17:15:14Z

Weaknesses
  • CWE-253

    Incorrect Check of Function Return Value

  • CWE-476

    NULL Pointer Dereference