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.
References
Configurations
No configuration.
History
16 Sep 2026, 15:18
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
Information
Published : 2026-09-16 11:17
Updated : 2026-09-16 15:18
NVD link : CVE-2026-90045
Mitre link : CVE-2026-90045
CVE.ORG link : CVE-2026-90045
JSON object : View
Products Affected
No product.
CWE
No CWE.
