NONE · 0

CVE-2022-50619

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr() If the number of pages from the userptr BO differs from the SG BO then the...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr() If the number of pages from the userptr BO differs from the SG BO then the allocated memory for the SG table doesn't get freed before returning -EINVAL, which may lead to a memory leak in some error paths. Fix this by checking the number of pages before allocating memory for the SG table.

References

FAQ

What is CVE-2022-50619?

CVE-2022-50619 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr() If the number of pages from the userptr BO differs from the SG BO then the...

How severe is CVE-2022-50619?

CVSS scoring is not yet available for CVE-2022-50619. Check NVD for updates.

Is there a patch for CVE-2022-50619?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.