CVE-2026-90402: bus: mhi: host: Fix controller cleanup on EDL sysfs failure

Published Sep 17, 2026
·
Updated

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

bus: mhi: host: Fix controller cleanup on EDL sysfs failure

mhiregistercontroller() adds the controller device before creating the optional triggeredl sysfs file. If sysfscreatefile() fails, the error path only drops the device reference and leaves the device registered.

Hence, call devicedel() in the error path before putdevice().

Event History

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

Frequently Asked Questions

1

Under what condition does the faulty cleanup path run?

It runs when creation of the optional trigger_edl sysfs file fails during mhi_register_controller(). The controller device has already been added at that point.

2

What is the result of the failed cleanup?

The error path drops the device reference but does not unregister the already-added controller device, leaving it registered.

3

What change addresses the issue?

The fix calls device_del() in the sysfs-file-creation failure path before put_device(), so the controller device is unregistered during cleanup.

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