CVE-2026-90261
Last modified
CVE-2026-90261 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: flush active metadata block group at btree_writepages() start btree_writepages() writes the btree inode's dirty metadata in ascending logical address order. On a zoned filesystem only one metadata and one system block group is active for writing at a time, and check_bg_is_active() (via btrfs_check_meta_write_pointer()) pivots the active block group as writeback moves from one block group to the next. If the active block group sits at a higher logical address than another block group that also holds dirty metadata, the ascending walk reaches the lower one first and, to write it, has to finish the active block group and activate the lower one.
Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: flush active metadata block group at btree_writepages() start btree_writepages() writes the btree inode's dirty metadata in ascending logical address order. On a zoned filesystem only one metadata and one system block group is active for writing at a time, and check_bg_is_active() (via btrfs_check_meta_write_pointer()) pivots the active block group as writeback moves from one block group to the next. If the active block group sits at a higher logical address than another block group that also holds dirty metadata, the ascending walk reaches the lower one first and, to write it, has to finish the active block group and activate the lower one. It cannot finish a block group that still has unsent IO, and during WB_SYNC_ALL && !for_sync (commit) writeback it deliberately refuses to wait for that IO under fs_info->zoned_meta_io_lock, as that can deadlock. The pivot thus cannot issue the submission itself either, so it gives up: btrfs_check_meta_write_pointer() returns -EAGAIN, which btrfs_write_and_wait_transaction() treats as fatal and aborts the transaction, forcing the filesystem read-only. This happens intermittently under metadata-heavy relocation (e.g. fstests btrfs/187). Flush the active metadata and system block groups at the start of btree_writepages(), under the fs_info->zoned_meta_io_lock it already holds, so they have no unsent IO left and the later pivot can finish them and make forward progress.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 13bb483d32abb6f8ebd40141d87eb68f11cc2dd2, < e2de2989adb3e58c2320e57c255f52e065667b5e; >= 13bb483d32abb6f8ebd40141d87eb68f11cc2dd2, < ecc05eda9a346848ae01a6c8bfa3f0bec133bd8b; fca3a1cd3ba47f1815e0c0fcdc9aafaf02ee0a75; >= 6.5.5, < 6.6 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90261?
How severe is CVE-2026-90261?
How do I fix CVE-2026-90261?
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-90255In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90256In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90257In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90258In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90259In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90260In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90262In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90263In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90264In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90265In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90266In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90267In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90261?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
