CVE-2026-93136 PUBLISHED

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

Assigner: Linux
Reserved: 17.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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

mhi_ep_create_device() 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 mhi_ep_destroy_device() before the device itself is removed.

If dev_set_name() or device_add() 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 device_initialize().

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 297c77a0f27312b9a04696018c4cbd47926ca92b to 8acc3813ab5015af73eeb74c9032443162f122d1 (excl.)
  • affected from 297c77a0f27312b9a04696018c4cbd47926ca92b to 51ddb831a36102fd0ea25f354935e49abce9f0a1 (excl.)
  • affected from 297c77a0f27312b9a04696018c4cbd47926ca92b to 4fae8fd4adc7f4765463ddeb1a5fad23936432f6 (excl.)
  • affected from 297c77a0f27312b9a04696018c4cbd47926ca92b to 5587e7871ce994bb079f97fe7e430d99627e5292 (excl.)
  • affected from 297c77a0f27312b9a04696018c4cbd47926ca92b to 8f3f64faee335eb678fd7dca7b95dfe3d0b271fd (excl.)
  • affected from 297c77a0f27312b9a04696018c4cbd47926ca92b to 6f12862600bb70e599a614d706a095ea5f8f9858 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.19 is affected
  • unaffected from 0 to 5.19 (excl.)
  • unaffected from 6.1.188 to 6.1.* (incl.)
  • unaffected from 6.6.157 to 6.6.* (incl.)
  • unaffected from 6.12.110 to 6.12.* (incl.)
  • unaffected from 6.18.52 to 6.18.* (incl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References