2 matches found
kernel: drm/xe/eustall: Fix drm_dev_put called before stream disable in close
A flaw was found in the Linux kernel's drm/xe/eustall component. This vulnerability occurs because the drmdevput function is called before a stream is disabled and its resources are freed within xeeustallstreamclose. This timing issue can lead to a use-after-free condition, where device structure...
7.8CVSS7.2AI score0.00168EPSS
SaveExploits0References5
CVE-2026-53290: Use After Free
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...
7.8CVSS5.9AI score0.00168EPSS
SaveExploits0References5
20