CVE-2026-89802
Last modified
CVE-2026-89802 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/uvmm: fix NULL deref unwinding an OP_MAP_SPARSE op Each bind_job_op is zeroed by kzalloc_obj() in bind_job_op_from_uop(), and the OP_MAP_SPARSE case in nouveau_uvmm_bind_job_submit() only creates a region, so op->ops stays NULL for a successfully processed sparse map. If a later op in the same job fails, the reverse unwind loop revisits that op and calls drm_gpuva_ops_free(&uvmm->base, op->ops) unconditionally. drm_gpuva_ops_free() dereferences its argument right away (list_for_each_entry_safe on &ops->list), so a NULL op->ops oopses. The path is reachable by any render-node fd holder, since NOUVEAU_VM_BIND is DRM_RENDER_ALLOW. Guard the free with IS_ERR_OR_NULL(), as nouveau_uvmm_bind_job_cleanup() already does for the identical free..
Description
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/uvmm: fix NULL deref unwinding an OP_MAP_SPARSE op Each bind_job_op is zeroed by kzalloc_obj() in bind_job_op_from_uop(), and the OP_MAP_SPARSE case in nouveau_uvmm_bind_job_submit() only creates a region, so op->ops stays NULL for a successfully processed sparse map. If a later op in the same job fails, the reverse unwind loop revisits that op and calls drm_gpuva_ops_free(&uvmm->base, op->ops) unconditionally. drm_gpuva_ops_free() dereferences its argument right away (list_for_each_entry_safe on &ops->list), so a NULL op->ops oopses. The path is reachable by any render-node fd holder, since NOUVEAU_VM_BIND is DRM_RENDER_ALLOW. Guard the free with IS_ERR_OR_NULL(), as nouveau_uvmm_bind_job_cleanup() already does for the identical free.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b88baab828713ce0b49b185444b2ee83bed373a8, < 3bf493cf7ed0c2b3df728977a257e0d99b4db1c6; >= b88baab828713ce0b49b185444b2ee83bed373a8, < b7dc03e09313d22a6d230b759de3b05d504c008f; >= b88baab828713ce0b49b185444b2ee83bed373a8, < 3857238de6bce6c1573e8cb86c37b067e5208f05; >= b88baab828713ce0b49b185444b2ee83bed373a8, < 412a6ceb56d501ef2f8202e26ab4b5d4dfbca566 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89802?
How severe is CVE-2026-89802?
How do I fix CVE-2026-89802?
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-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-89801In the Linux kernel, the following vulnerability has been re…7.8
- 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…
- CVE-2026-89808In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89802?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
