CVE-2026-89644
Last modified
CVE-2026-89644 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map leak in NOCOW direct I/O write btrfs_dio_iomap_begin() calls btrfs_get_extent(), which returns an extent map reference that must be dropped on all exit paths. For direct writes into a NOCOW range, btrfs_get_blocks_direct_write() keeps using that extent map and asks btrfs_create_dio_extent() to allocate the ordered extent. If that fails, for example because btrfs_alloc_ordered_extent() fails, the function returns the error without dropping the input extent map. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map leak in NOCOW direct I/O write btrfs_dio_iomap_begin() calls btrfs_get_extent(), which returns an extent map reference that must be dropped on all exit paths. For direct writes into a NOCOW range, btrfs_get_blocks_direct_write() keeps using that extent map and asks btrfs_create_dio_extent() to allocate the ordered extent. If that fails, for example because btrfs_alloc_ordered_extent() fails, the function returns the error without dropping the input extent map. The PREALLOC path avoided this by dropping the input extent map before replacing it with the newly created one. Check the error from btrfs_create_dio_extent() before replacing the map and drop the input extent map on failure.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5f9a8a51d8b95505d8de8b7191ae2ed8c504d4af, < b7c873765875645b11503f94c9bae2ca80127375; >= 5f9a8a51d8b95505d8de8b7191ae2ed8c504d4af, < f42efd634c0ae7ba0ce2fc5e30e291b0803b0ae2; >= 5f9a8a51d8b95505d8de8b7191ae2ed8c504d4af, < 05a1a816eef8b3e4332620a64fc8cf45c4eb5c0d; >= 5f9a8a51d8b95505d8de8b7191ae2ed8c504d4af, < 3f950867c307c5413d628a153ac44915bd117ffd |
| Linux | Linux | 4.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89644?
How severe is CVE-2026-89644?
How do I fix CVE-2026-89644?
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-89639In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-8964Spoofing issue in the Popup Blocker component. This vulnerab…7.5
- CVE-2026-89640In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89641In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89642In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89643In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89645In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89646In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89647In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89648In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89649In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-8965Information disclosure in the DOM: Security component. This …7.5
Are you affected by CVE-2026-89644?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
