CVE 7.8 HIGH

drm/xe/eustall: Fix drm_dev_put called before stream disable in close_CVE-2026-53290

7.8 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Description

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)

Basic Information

ID CVE-2026-53290
Source Linux
Published Jun 26, 2026 at 19:40
Modified Jun 28, 2026 at 06:41

Affected Product

Vendor Linux
Product Linux
Version 9a0b11d4cf3b4324378c322b7043962e648681ed
Affected Versions Linux Linux 9a0b11d4cf3b4324378c322b7043962e648681ed
Linux Linux 9a0b11d4cf3b4324378c322b7043962e648681ed
Linux Linux 9a0b11d4cf3b4324378c322b7043962e648681ed
Linux Linux 6.15

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.