Bug 2309841 (CVE-2024-44978) - CVE-2024-44978 kernel: drm/xe: Free job before xe_exec_queue_put
Summary: CVE-2024-44978 kernel: drm/xe: Free job before xe_exec_queue_put
Keywords:
Status: NEW
Alias: CVE-2024-44978
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2309937
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-09-04 20:21 UTC by OSIDB Bzimport
Modified: 2024-09-04 22:44 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-09-04 20:21:27 UTC
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)


Note You need to log in before you can comment on or make changes to this bug.