3 matches found
CVE-2026-74699
A flaw was found in the drm/xe component of the Linux kernel. This vulnerability occurs due to improper handling of the q-replaystate, where it is blindly overwritten. This can lead to a memory leak of previously allocated resources. An attacker could exploit this flaw to exhaust system memory,...
SUSE CVE-2026-74699
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix memory leak in execqueuesethangreplaystate The q-replaystate is blindly overwritten, which can potentially leak memory that was previously allocated by vmemdupuser. Return an error if q-replaystate is not empty...
CVE-2026-74699
A memory leak was identified in the Linux kernel's drm/xe driver (Intel Xe GPU), specifically in the function exec_queue_set_hang_replay_state() . The root cause is that q->replay_state is blindly overwritten, potentially leaking memory previously allocated by vmemdup_user(). The fix returns a...