CVE-2026-89801
Last modified
CVE-2026-89801 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/uvmm: fix premature region free on failed OP_UNMAP_SPARSE In nouveau_uvmm_bind_job_submit()'s OP_UNMAP_SPARSE arm, op->reg is set from nouveau_uvma_region_find(), which only looks the region up and takes no reference; a region's sole reference is its membership in uvmm->region_mt. Two failure paths leave op->reg set: the -ENOENT check when the region is busy, and the drm_gpuvm_sm_unmap_ops_create() failure. The sibling nouveau_uvmm_sm_unmap_prepare() failure just below clears op->reg; these two do not. unwind_continue steps back one op, so the failing op is skipped by the unwind loop and its op->reg stays set.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/uvmm: fix premature region free on failed OP_UNMAP_SPARSE In nouveau_uvmm_bind_job_submit()'s OP_UNMAP_SPARSE arm, op->reg is set from nouveau_uvma_region_find(), which only looks the region up and takes no reference; a region's sole reference is its membership in uvmm->region_mt. Two failure paths leave op->reg set: the -ENOENT check when the region is busy, and the drm_gpuvm_sm_unmap_ops_create() failure. The sibling nouveau_uvmm_sm_unmap_prepare() failure just below clears op->reg; these two do not. unwind_continue steps back one op, so the failing op is skipped by the unwind loop and its op->reg stays set. nouveau_uvmm_bind_job_cleanup() then enters its if (op->reg) branch and calls nouveau_uvma_region_remove() and nouveau_uvma_region_put() on it, dropping the tree's sole reference and freeing a region this job never created. The comment above the cleanup loop documents the broken invariant: op->reg must be NULL on submit failure. This frees a live region on an unrelated failure, reachable single-job when drm_gpuvm_sm_unmap_ops_create() returns -ENOMEM; if another job owns the same region, its cleanup then removes and puts the freed region, a use-after-free. Clear op->reg on both failure paths.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b88baab828713ce0b49b185444b2ee83bed373a8, < ba42d8a1c2c7629c61914df11a7d63ac77449ffb; >= b88baab828713ce0b49b185444b2ee83bed373a8, < 88114e3a96582882e63b2f73aa7a5a9cf0d5073c; >= b88baab828713ce0b49b185444b2ee83bed373a8, < 24c25b182d17d1bdfde0088c96bdf6f93e8f46bc; >= b88baab828713ce0b49b185444b2ee83bed373a8, < 4083d24c2636fde7b18076115af52820d203bc57; >= b88baab828713ce0b49b185444b2ee83bed373a8, < ccf930812f23b8259ef64fd3394d53b093e4651a |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89801?
How severe is CVE-2026-89801?
How do I fix CVE-2026-89801?
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-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-89800In the Linux kernel, the following vulnerability has been re…
- 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
- CVE-2026-89807In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89801?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
