CVE-2026-90384
Last modified
CVE-2026-90384 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: iomap: release the folio batch on iomap callback failures A sashiko review of an unrelated patch points out that the folio batch mechanism used for iomap zero range fails to release the batch in a couple error scenarios. If either calls to ->iomap_end() or ->iomap_begin() fail, the direct return paths bypass the batch cleanup. The ->iomap_end() case is not a practical issue at the moment because there is no user of the mechanism that returns an error from this path.
Description
In the Linux kernel, the following vulnerability has been resolved: iomap: release the folio batch on iomap callback failures A sashiko review of an unrelated patch points out that the folio batch mechanism used for iomap zero range fails to release the batch in a couple error scenarios. If either calls to ->iomap_end() or ->iomap_begin() fail, the direct return paths bypass the batch cleanup. The ->iomap_end() case is not a practical issue at the moment because there is no user of the mechanism that returns an error from this path. The ->iomap_begin() case is theoretically possible because XFS can invoke the fill helper and error out at various points thereafter. This subtly complicates things because XFS does not transfer iomap_flags to the iomap data structure in the error path. To deal with both of these issues, first make sure to invoke the cleanup helper in the error path for either fs callback. Second, update the helper to clear the flag unconditionally and release the batch so long as it is populated. This more clearly delineates the purpose of the flag to control the I/O path and not necessarily the status of the fbatch, so add a comment around this as well.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 395ed1ef0012e1bb1e4050e84ba0173b3623112a, < 34470cc3a8e66751030d7b777dd18d9f2acb48e8; >= 395ed1ef0012e1bb1e4050e84ba0173b3623112a, < 31e3d833d522746a93d135e8b465d16f8ad33453 |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90384?
How severe is CVE-2026-90384?
How do I fix CVE-2026-90384?
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-90379In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-9038A stack-based buffer overflow vulnerability in the charging …8.6
- CVE-2026-90380In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90381In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90382In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90383In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90385In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90386In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90387In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90388In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90389In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9039A configuration weakness in the device’s remote management s…8.6
Are you affected by CVE-2026-90384?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
