CVE-2026-93214

Source
https://cve.org/CVERecord?id=CVE-2026-93214
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93214.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93214
Downstream
Published
2026-09-24T15:10:36Z
Modified
2026-09-25T03:48:54Z
Summary
usb: gadget: f_tcm: fix deadlock in usbg_make_tpg()
Details

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

usb: gadget: f_tcm: fix deadlock in usbg_make_tpg()

usbg_make_tpg() held dep_lock while calling configfs_depend_item_unlocked(), which acquires the configfs root inode lock when operating across subsystems. This creates a circular lock dependency with configfs_rmdir():

dep_lock -> configfs root inode lock -> su_mutex -> dep_lock

In usbg_make_tpg(), dep_lock only serialized the read of opts->ready, which is a monotonic flag that transitions from false to true exactly once (in tcm_set_name()) and never reverts. Remove dep_lock from usbg_make_tpg() entirely and use READ_ONCE/WRITE_ONCE to access opts->ready locklessly instead.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93214.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
4bb8548df632187d5db50878e71804af5f7c51ad
Fixed
abad5daa41cf5d0a0a9cba0397d3a0e7f11e0277
Fixed
3639438a4c83ffc2e564c8c010b92137c5d11cfa
Fixed
78a14ea2284825055ab6c2a1f3489510f560f3a2
Fixed
eef3e62f90d86c1c5651742f84ecc9db1814a893
Fixed
f81a2da137b029a282b9bc64d2f267d242948659
Fixed
6bcd9ee6ad6989d1d85a7459687e45b7ad7568d9
Fixed
d90b0f90e30cd59b36005a4016b15cf02bcd7fb2
Fixed
9dbf74f4022f80f7669d2b3c22c5deb46c1b5674

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.5.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.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.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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