CVE-2026-90044
Last modified
CVE-2026-90044 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: f_fs: Fix Use-After-Free in AIO error path In ffs_epfile_write_iter() and ffs_epfile_read_iter(), when ffs_epfile_io() fails with an error other than -EIOCBQUEUED, the io_data structure (`p`) is freed. However, for AIO operations, the kiocb cancel function was already armed and kiocb->private was set to `p`. If a concurrent cancel operation (such as sys_io_cancel()) executes after ffs_epfile_io() fails but before the function frees `p`, a Use-After-Free can occur when the cancellation handler accesses the freed pointer. To securely fix this race condition, we must properly un-arm the cancellation. 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: f_fs: Fix Use-After-Free in AIO error path In ffs_epfile_write_iter() and ffs_epfile_read_iter(), when ffs_epfile_io() fails with an error other than -EIOCBQUEUED, the io_data structure (`p`) is freed. However, for AIO operations, the kiocb cancel function was already armed and kiocb->private was set to `p`. If a concurrent cancel operation (such as sys_io_cancel()) executes after ffs_epfile_io() fails but before the function frees `p`, a Use-After-Free can occur when the cancellation handler accesses the freed pointer. To securely fix this race condition, we must properly un-arm the cancellation. Invoking `kiocb->ki_complete()` does exactly this by acquiring `ctx->ctx_lock` and safely removing the kiocb from the active sequence. In doing so, it ensures that a parallel io_cancel can no longer discover the kiocb, effectively closing the race window. We then return -EIOCBQUEUED to notify the VFS layer that the kiocb has been consumed and it should avoid attempting to complete the request again or triggering subsequent completion handlers.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= de2080d41b5d584205e408d72021f0f335a046fc, < b5f0e80a03e87bd932487e03248eae3ba3ed7b45; >= de2080d41b5d584205e408d72021f0f335a046fc, < 153b5ecd29ed055562400bc17c91df3fd869b0ce; >= de2080d41b5d584205e408d72021f0f335a046fc, < 4a2fb2d12b87b43724230abb52a1440617c7b6cc; >= de2080d41b5d584205e408d72021f0f335a046fc, < e78dcb1f7ec271449c54984dc90c62a5ba272de7 |
| Linux | Linux | 4.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90044?
How severe is CVE-2026-90044?
How do I fix CVE-2026-90044?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90038In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90039In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90040In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90041In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90042In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90043In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90045In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90046In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90047In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90048In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90049In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-90050In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90044?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
