CVE-2026-90331: HID: asus: refactor the two workqueues and init sequence

Published Sep 17, 2026
·
Updated

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

HID: asus: refactor the two workqueues and init sequence

Multiple issues have been found within the hid-asus driver: - unchecked size in asusrawevent() - unclean teardown of asusprobe on failure - possible use-after-free in asusprobe - multiple workqueue used for jobs where one was enough - sleeping calls in atomic context - packets of incorrect size being sent to the keyboard controller

Join the two workqueues into one reusing the stopping mechanism of the brightness workqueue, use the joined workqueue to also move the asuswmisendevent() sleeping call away from atomic context and add a size check in asusrawevent().

Affected Software

1 affected component
Linux hid-asus (HID Asus)

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Update the hid-asus driver so asus_raw_event() validates the packet size before use to prevent unchecked size handling.

    hid-asus driver (Linux kernel) asus_raw_event() input size checking = add size check
  2. Configuration

    Modify hid-asus so the asus_wmi_send_event() sleeping call is executed outside of atomic context (e.g., not from the brightness workqueue context), by using the joined workqueue.

    hid-asus driver (Linux kernel) asus_wmi_send_event() call context = move sleeping call away from atomic context
  3. Configuration

    Refactor hid-asus work handling so the two workqueues are joined into one, reusing the stopping mechanism, to address the reported multi-workqueue issue.

    hid-asus driver (Linux kernel) workqueue design = join the two workqueues into one
  4. Compensating control

    Ensure a clean teardown of asus_probe on failure paths (per the fix) to reduce risk from possible unclean teardown leading to use-after-free.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:08 PM
Data Sourced
via MITRE·04:08 PM
Description

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