CVE-2026-98118
Last modified
CVE-2026-98118 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: netfs: Fix readahead synchronisation issues by loading all folios upfront There are some synchronisation issues that derive from the app thread adding more folios to the rolling buffer whilst the collector thread is looking at them or trying to clear them, such as determining the setting of front_folio_order when the next folio hasn't been added yet, The reason for the rolling buffer approach is that loading the buffer upfront and then dropping all the refs just acquired is quite a slow operation, and loading progressively allows some of the cost to be deferred until after at least some of the I/O is started. Instead, a better way is to load all the folios into the rolling buffer upfront - and then drop the refs later, once the I/O is in progress. (Even better would be for the refs not to be there at all.) Fix this by changing the rolling buffer loader to load all the folios selected by the VM for readahead upfront into the folio queue.
Description
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix readahead synchronisation issues by loading all folios upfront There are some synchronisation issues that derive from the app thread adding more folios to the rolling buffer whilst the collector thread is looking at them or trying to clear them, such as determining the setting of front_folio_order when the next folio hasn't been added yet, The reason for the rolling buffer approach is that loading the buffer upfront and then dropping all the refs just acquired is quite a slow operation, and loading progressively allows some of the cost to be deferred until after at least some of the I/O is started. Instead, a better way is to load all the folios into the rolling buffer upfront - and then drop the refs later, once the I/O is in progress. (Even better would be for the refs not to be there at all.) Fix this by changing the rolling buffer loader to load all the folios selected by the VM for readahead upfront into the folio queue. The folio queue is allocated a batch worth at a time as we don't know how many folios are involved (the readahead_control struct, alas, has a page count, not a folio count). The folio refs acquired from readahead are then dropped in bulk once the first subrequest is dispatched as it's quite a slow operation. The collector waits for NETFS_RREQ_NEED_PUT_RA_REFS to be cleared so that it doesn't unlock folios before the xarray has been scanned for them. This simplifies the buffer handling later and isn't noticeably slower as the xarray doesn't need to be modified and the folios are all already pre-locked.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ee4cdf7ba857a894ad1650d6ab77669cbbfa329e, < 8c9b33945712074a85d3bdacbca036ba6b3d92c6; >= ee4cdf7ba857a894ad1650d6ab77669cbbfa329e, < fed0b33e6c584986ba70018ec9f9787a98216e64 |
| Linux | Linux | 6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98118?
How severe is CVE-2026-98118?
How do I fix CVE-2026-98118?
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-98112In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98113In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98114In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98115In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-98116In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98117In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98119In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9812Mattermost versions 11.9.x <= 11.9.0, 11.8.x <= 11.8.4, 11.7…6.5
- CVE-2026-98120In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98121In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98122In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98123In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98118?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
