PT-2026-52929 · Undefined · Undefined
Published
2026-06-26
·
Updated
2026-06-26
·
CVE-2026-53290
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
drm/xe/eustall: Fix drm dev put called before stream disable in close
In xe eu stall stream close(), drm dev put() 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 drm dev put() after all device accesses are
complete. This matches the ordering in xe oa release().
(cherry picked from commit 35aff528f7297e949e5e19c9cd7fd748cf1cf21c)
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Undefined