CVE-2026-90045

HIGHCVSS 7.8/10EPSS 0.15%

Last modified

CVE-2026-90045 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.15% chance of exploitation in the next 30 days.

Description

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.

Metrics

EPSS Probability
0.15%

4.3th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 2e4c7553cd6f9c68bb741582dcb614edcbeca70f, < 1625827648f4e1595ea6ba5521bc87ee5088b32b; >= 2e4c7553cd6f9c68bb741582dcb614edcbeca70f, < f3d31484b3f26d63c09e5569ebfaa1079a17f171; >= 2e4c7553cd6f9c68bb741582dcb614edcbeca70f, < 7411de0ce3b45286de1de82526795658ea6eacb0; >= 2e4c7553cd6f9c68bb741582dcb614edcbeca70f, < 5eb5c72c72fef76cb765ef1669b62b6a3ba1bfc8
LinuxLinux3.15

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is 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.
How severe is CVE-2026-90045?
CVE-2026-90045 has a CVSS score of 7.8/10 (HIGH severity). The EPSS model estimates a 0.15% probability of exploitation in the next 30 days.
How do I fix CVE-2026-90045?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-90045?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST