CVE-2026-64021

Source
https://cve.org/CVERecord?id=CVE-2026-64021
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64021.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64021
Downstream
Published
2026-07-19T15:39:14.741Z
Modified
2026-07-21T03:47:48.652705198Z
Summary
drm/xe/oa: Fix exec_queue leak on width check in stream open
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/xe/oa: Fix exec_queue leak on width check in stream open

In xeoastreamopenioctl(), when param.execq->width > 1 the function returns -EOPNOTSUPP directly, skipping the existing errexecq cleanup path. The execqueue reference obtained by xeexecqueue_lookup() is leaked.

The exec queue holds a reference on the xefile, which is only dropped during queue teardown. The leaked lookup ref is not on the file's execqueue xarray, so file close cannot release it. This keeps both the exec queue and the file private state pinned indefinitely.

Jump to errexecq instead of returning directly so the reference is released.

(cherry picked from commit 339fa0be9e4a5d69fa47e91f4a36574224fb478f)

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64021.json",
    "cna_assigner": "Linux"
}
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
f0ed39830e6064d62f9c5393505677a26569bb56
Fixed
04ef7592eaadd9ca8f8f66e76452f73525cff819
Fixed
4b0c4f0c1b133d4bfa31c167200bcda646873328
Fixed
4d25342543c01310fc4e0cba7cb17c775e2421e2

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.34
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.11

Database specific

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