CVE-2026-89800

Source
https://cve.org/CVERecord?id=CVE-2026-89800
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89800.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89800
Downstream
Published
2026-09-16T10:30:33Z
Modified
2026-09-17T03:47:09Z
Summary
drm/nouveau/uvmm: clear the dirty flag when unwinding an OP_UNMAP_SPARSE
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89800.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b88baab828713ce0b49b185444b2ee83bed373a8
Fixed
a129b2b875c148aba233ace8447a0c36ca3bae07
Fixed
196ce9e5e93202da097062be24e404984dbc5ac2
Fixed
1101cbfe7f342e5eaaf7444965d4f1215abdac4c
Fixed
c60033c172420179b7bbb3d1f843f8dc90164dc5
Fixed
38a62306c4266bcb3cd89e33c7111ee33096ebb3

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89800.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89800.json"