bus: mhi: ep: Fix device refcount leak in the error path of MHI device creation
Summary
| CVE | CVE-2026-93136 |
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-09-17 17:18:08 UTC |
| Updated | 2026-09-17 17:18:08 UTC |
| Description | 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(). |
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|
| CNA |
Linux |
Linux |
affected 297c77a0f27312b9a04696018c4cbd47926ca92b 8acc3813ab5015af73eeb74c9032443162f122d1 git |
Not specified |
| CNA |
Linux |
Linux |
affected 297c77a0f27312b9a04696018c4cbd47926ca92b 51ddb831a36102fd0ea25f354935e49abce9f0a1 git |
Not specified |
| CNA |
Linux |
Linux |
affected 297c77a0f27312b9a04696018c4cbd47926ca92b 4fae8fd4adc7f4765463ddeb1a5fad23936432f6 git |
Not specified |
| CNA |
Linux |
Linux |
affected 297c77a0f27312b9a04696018c4cbd47926ca92b 5587e7871ce994bb079f97fe7e430d99627e5292 git |
Not specified |
| CNA |
Linux |
Linux |
affected 297c77a0f27312b9a04696018c4cbd47926ca92b 8f3f64faee335eb678fd7dca7b95dfe3d0b271fd git |
Not specified |
| CNA |
Linux |
Linux |
affected 297c77a0f27312b9a04696018c4cbd47926ca92b 6f12862600bb70e599a614d706a095ea5f8f9858 git |
Not specified |
| CNA |
Linux |
Linux |
affected 5.19 |
Not specified |
| CNA |
Linux |
Linux |
unaffected 5.19 semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.1.188 6.1.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.6.157 6.6.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.12.110 6.12.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.18.52 6.18.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 7.2.6 7.2.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 7.3-rc1 * original_commit_for_fix |
Not specified |
References
| Reference | Source | Link | Tags |
|---|
| git.kernel.org/stable/c/8acc3813ab5015af73eeb74c9032443162f122d1 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/51ddb831a36102fd0ea25f354935e49abce9f0a1 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/5587e7871ce994bb079f97fe7e430d99627e5292 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/4fae8fd4adc7f4765463ddeb1a5fad23936432f6 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/8f3f64faee335eb678fd7dca7b95dfe3d0b271fd |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/6f12862600bb70e599a614d706a095ea5f8f9858 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| CVE Program record |
CVE.ORG |
www.cve.org |
canonical |
| NVD vulnerability detail |
NVD |
nvd.nist.gov |
canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.