Security Advisory

CVE-2021-47420

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-21 15:04:08
Last updated 2026-05-11 13:54:21
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a potential ttm->sg memory leak Memory is allocated for ttm->sg by kmalloc in kfd_mem_dmamap_userptr, but isnt freed by kfree in kfd_mem_dmaunmap_userptr. Free it!