In the Linux kernel, the following vulnerability has been resolved:
drm/xe: Free job before xe_exec_queue_put
Free job depends on job->vm being valid, the last xe_exec_queue_put can
destroy the VM. Prevent UAF by freeing job before xe_exec_queue_put.
(cherry picked from commit 32a42c93b74c8ca6d0915ea3eba21bceff53042f)
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-09-04 20:15
Updated : 2024-09-10 16:51
NVD link : CVE-2024-44978
Mitre link : CVE-2024-44978
CVE.ORG link : CVE-2024-44978
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free