What is CVE-2026-68102?
This vulnerability in the Linux kernel's `drm/amdgpu` driver causes an aperture mapping leak because `drm_dev_unplug()` is called before driver fini routines in `amdgpu_pci_remove()`, preventing `iounmap(aper_base_kaddr)` from executing. This leads to a resource leak. The issue should be fixed by calling `drm_dev_unplug()` after the driver fini routines.
Azərbaycanca: Linux kernel-də `drm/amdgpu` sürücüsündə aşkarlanmış bu boşluq, `amdgpu_pci_remove()` funksiyası səbəbindən `aper_base_kaddr` xəritələməsinin sərbəst buraxılmamasına gətirib çıxarır. Nəticədə resurs sızması baş verir. Problemi aradan qaldırmaq üçün `drm_dev_unplug()` çağırışının sürücü bağlanma rutinlərindən sonra edilməsi tövsiyə olunur.
Related CVEs
link basis: shared vendors: AMD, Linux
FAQ2
In which component of the Linux kernel does CVE-2026-68102 cause a resource leak?
This vulnerability is found in the `drm/amdgpu` driver of the Linux kernel.
What fix is recommended to address CVE-2026-68102?
It is recommended to fix the issue by calling `drm_dev_unplug()` after the driver fini routines.
See also6
This explainer is AI-written from source data — skopnix's own reporting on this CVE; CVSS scores, vendors and versions are never invented. See NVD for the official record.