CVE-2026-93136: bus: mhi: ep: Fix device refcount leak in the error path of MHI device creation

Published Sep 17, 2026
·
Updated

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

bus: mhi: ep: Fix device refcount leak in the error path of MHI device creation

mhiepcreatedevice() takes one device reference for the UL channel and another for the DL channel after allocating the transfer device. These references are normally released by mhiepdestroydevice() before the device itself is removed.

If devsetname() or deviceadd() fails, the error path currently drops only one reference. The remaining channel references keep the device from being released and leave the channels associated with a device that was never registered.

Route both failures through a common unwind path that drops the DL channel reference, the UL channel reference, and the initial reference from deviceinitialize().

Affected Software

1 affected component
Linux Linux kernel

Event History

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

Frequently Asked Questions

1

When can the leak occur?

It can occur when mhi_ep_create_device() fails at either dev_set_name() or device_add() after references have been acquired for the UL and DL channels.

2

What is left behind when the error path is triggered?

One or more channel references can remain held, preventing the device from being released. The channels may also remain associated with a device that was never registered.

3

What does the resolved error handling change?

Both failure cases use a common unwind path that releases the DL channel reference, UL channel reference, and the initial reference acquired by device_initialize().

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