Bug 2420281 (CVE-2023-53816) - CVE-2023-53816 kernel: drm/amdkfd: fix potential kgd_mem UAFs
Summary: CVE-2023-53816 kernel: drm/amdkfd: fix potential kgd_mem UAFs
Keywords:
Status: NEW
Alias: CVE-2023-53816
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-09 01:05 UTC by OSIDB Bzimport
Modified: 2025-12-22 11:39 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-09 01:05:36 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/amdkfd: fix potential kgd_mem UAFs

kgd_mem pointers returned by kfd_process_device_translate_handle are
only guaranteed to be valid while p->mutex is held. As soon as the mutex
is unlocked, another thread can free the BO.


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