CVE-2026-80774: HID: asus: fix missing hid_is_usb() check

Published Sep 4, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

HID: asus: 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 tousbinterface() without a hidisusb() 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.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 4, 2026
CVE Published
via MITRE·03:12 PM
Data Sourced
via MITRE·03:12 PM
Description

Frequently Asked Questions

1

What access does an attacker need to trigger this issue?

An attacker needs the ability to create a uhid device that identifies as BUS_USB. Such a device can lack an actual USB parent, allowing the affected ASUS HID code path to use to_usb_interface() incorrectly.

2

What is the observed impact of successful triggering?

The issue can trigger a kernel splat, as verified in an ASAN build. The provided information does not establish impacts beyond that observable kernel fault condition.

3

How can this be mitigated before applying a fix?

Restrict the ability to create or control uhid devices, particularly for untrusted local users or workloads. The vulnerable condition depends on a uhid-created device presenting itself as BUS_USB without a real USB parent.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203