CVE-2026-93136

Source
https://cve.org/CVERecord?id=CVE-2026-93136
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93136.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93136
Downstream
Published
2026-09-17T16:11:37Z
Modified
2026-09-18T03:48:44Z
Summary
bus: mhi: ep: Fix device refcount leak in the error path of MHI device creation
Details

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().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93136.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
297c77a0f27312b9a04696018c4cbd47926ca92b
Fixed
8acc3813ab5015af73eeb74c9032443162f122d1
Fixed
51ddb831a36102fd0ea25f354935e49abce9f0a1
Fixed
4fae8fd4adc7f4765463ddeb1a5fad23936432f6
Fixed
5587e7871ce994bb079f97fe7e430d99627e5292
Fixed
8f3f64faee335eb678fd7dca7b95dfe3d0b271fd
Fixed
6f12862600bb70e599a614d706a095ea5f8f9858

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93136.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.19.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93136.json"