In the Linux kernel, the following vulnerability has been resolved:
drm/xe/eustall: Fix drmdevput called before stream disable in close
In xeeustallstreamclose(), drmdevput() is called before the stream is disabled and its resources are freed. If this drops the last reference, the device structures could be freed while the subsequent cleanup code still accesses them, leading to a use-after-free.
Fix this by moving drmdevput() after all device accesses are complete. This matches the ordering in xeoarelease().
(cherry picked from commit 35aff528f7297e949e5e19c9cd7fd748cf1cf21c)
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53290.json",
"cna_assigner": "Linux"
}