CVE Catalog

CVE-2026-74699

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the DRM/Xe driver has a memory leak in exec_queue_set_hang_replay_state(). The q->replay_state is blindly overwritten, potentially leaking memory previously allocated by vmemdup_user(). The fix returns an error if q->replay_state is not empty.

Risk Assessment

Memory leak can lead to gradual exhaustion of system resources, potentially causing performance degradation or system crash over time.

Recommendation

Apply a Linux kernel update containing the fix that returns an error when q->replay_state is not empty, preventing overwrite and memory leak.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix memory leak in exec_queue_set_hang_replay_state() The q->replay_state is blindly overwritten, which can potentially leak memory that was previously allocated by vmemdup_user(). Return an error if q->replay_state is not empty. Discovered using AI-assisted static analysis confirmed by Intel Product Security. (cherry picked from commit f6b6cc1118bdbc4265fa8b3bdf8565b26f13e56e)

Vulnerability data from NVD (NIST) · CISA KEV · EPSS