Vulnerability in Linux
CVE-2026-90045
In the Linux kernel, the following vulnerability has been resolved: USB: gadget: ffs: fix mm lifetime handling io_data stores a pointer to the submitting task's mm_struct, but does not currently hold a reference to it while async requests are pending. This can result in a use-after-free if the task exits before completion handling finishes. Take a reference with mmgrab() when queuing the read request and release it with mmdrop() on request completion.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
References
Frequently asked questions
- What is CVE-2026-90045?
- CVE-2026-90045 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2026-09-16.
- How severe is CVE-2026-90045?
- High severity. CVSS v3 base score is 7.8 out of 10.