In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Nov 7, 2024
to the GitHub Advisory Database
•
Updated Nov 20, 2024
Description
Published by the National Vulnerability Database
Nov 7, 2024
Published to the GitHub Advisory Database
Nov 7, 2024
Last updated
Nov 20, 2024
In the Linux kernel, the following vulnerability has been resolved:
drm/xe: Don't free job in TDR
Freeing job in TDR is not safe as TDR can pass the run_job thread
resulting in UAF. It is only safe for free job to naturally be called by
the scheduler. Rather free job in TDR, add to pending list.
(cherry picked from commit ea2f6a77d0c40d97f4a4dc93fee4afe15d94926d)
References