CVE-2026-89800
Last modified
CVE-2026-89800 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/uvmm: clear the dirty flag when unwinding an OP_UNMAP_SPARSE A successful OP_UNMAP_SPARSE marks its region dirty with nouveau_uvma_region_dirty() and defers the teardown to nouveau_uvmm_bind_job_cleanup(); it does not remove the region from uvmm->region_mt. If a later op in the job fails, the unwind path never clears reg->dirty (set in one place, cleared nowhere) and sets op->reg = NULL, so cleanup skips the teardown. The region is left in the tree with dirty set and its completion never signalled.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/uvmm: clear the dirty flag when unwinding an OP_UNMAP_SPARSE A successful OP_UNMAP_SPARSE marks its region dirty with nouveau_uvma_region_dirty() and defers the teardown to nouveau_uvmm_bind_job_cleanup(); it does not remove the region from uvmm->region_mt. If a later op in the job fails, the unwind path never clears reg->dirty (set in one place, cleared nowhere) and sets op->reg = NULL, so cleanup skips the teardown. The region is left in the tree with dirty set and its completion never signalled. Later binds over that range then fail permanently -- -ENOENT or -EINVAL from the dirty checks, or an unkillable wait_for_completion() in bind_validate_region() -- for the lifetime of the uvmm. Clear reg->dirty when the unwind reverts the sparse unmap, restoring the region to the state it was found in.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b88baab828713ce0b49b185444b2ee83bed373a8, < a129b2b875c148aba233ace8447a0c36ca3bae07; >= b88baab828713ce0b49b185444b2ee83bed373a8, < 196ce9e5e93202da097062be24e404984dbc5ac2; >= b88baab828713ce0b49b185444b2ee83bed373a8, < 1101cbfe7f342e5eaaf7444965d4f1215abdac4c; >= b88baab828713ce0b49b185444b2ee83bed373a8, < c60033c172420179b7bbb3d1f843f8dc90164dc5; >= b88baab828713ce0b49b185444b2ee83bed373a8, < 38a62306c4266bcb3cd89e33c7111ee33096ebb3 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89800?
How severe is CVE-2026-89800?
How do I fix CVE-2026-89800?
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-89795In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89796In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89797In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89798In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89799In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8980The Mennekes Amtron series (firmware versions ≤ 5.22.3) is v…9.3
- CVE-2026-89801In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89802In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89803In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89804In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89805In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89806In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-89800?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
