CVE-2026-90329: HID: synchronize input before cleaning up a failed probe

Published Sep 17, 2026
·
Updated

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

HID: synchronize input before cleaning up a failed probe

hiddeviceiostart() allows reports to run concurrently with probe. If the probe subsequently fails, hiddeviceprobe() releases driver resources and clears hdev->driver without first excluding those report callbacks.

For example, a report may enter hidrawreportevent() while the failure path frees the associated hidraw object, leading to a use-after-free when the report takes the object's list lock.

Stop input before performing failed-probe cleanup. This reacquires driverinputlock and waits for any report callback already in progress.

Affected Software

1 affected component
Linux Kernel

Event History

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

Frequently Asked Questions

1

What conditions are required to trigger the use-after-free?

A HID device probe must start I/O so that reports can be processed, and the probe must then fail. A report callback must run concurrently with the failed-probe cleanup and access resources, such as a hidraw object, that the cleanup path has freed.

2

Which systems are realistically exposed?

Linux systems using affected HID device handling are exposed when a HID device can reach this failed-probe race. The provided information does not identify specific kernel versions, HID devices, or configurations.

3

What does the fix change?

The fix stops input before failed-probe cleanup. It reacquires driver_input_lock and waits for report callbacks already in progress before driver resources are released and the driver pointer is cleared.

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