CVE-2026-90022

Source
https://cve.org/CVERecord?id=CVE-2026-90022
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90022.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90022
Downstream
Published
2026-09-16T10:33:26Z
Modified
2026-09-18T03:48:34Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
usb: gadget: f_midi2: fix use-after-free in string attribute show path
Details

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

usb: gadget: f_midi2: fix use-after-free in string attribute show path

f_midi2_opts_str_show() takes the string lock internally, but its callers dereference the opts->info. pointer before calling it, outside the lock. This races with f_midi2_opts_str_store(), which frees the old string under opts->lock when the attribute is written concurrently, the show path can read a pointer that gets freed before the lock inside str_show() is even taken.

Change f_midi2_opts_str_show() to take a pointer to the string field, matching the existing pattern in f_midi2_opts_str_store(), and dereference it only after the lock is held. Update all three callers (iface_name, block name, and the EP string option macro) accordingly.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90022.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
29ee7a4dddd5caa18d1cef000f20c6af43f762f1
Fixed
f9bdf4c4f6410a1dfafafa383a0e21069372657f
Fixed
d11f3300b39e2daad2f0d9d66ddcc39a156cb594
Fixed
e89e30f0b5d3004fe5955250bd8b04f3733e32ce
Fixed
49fab5e1bdb205c36c965d0e9677bc40d282d3a2
Fixed
fed0aa7c6eaedc6c0d4e362fc91724aa47be4a7b

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.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.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

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