513 matches found
CVE-2026-68113
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx12: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit f952076f76d62f783e8ba4995a7c400d39354ccf...
EUVD-2026-55492
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx9: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit b71604f8685b0eba07866f4e8dc30f93e1931054...
CVE-2026-68106
CVE-2026-68106 affects the Linux kernel drm/amdgpu: when processing video frames with width or height < 16, width_in_mb/height_in_mb become 0 and trigger a division by zero in num_dpb_buffer calculations for H.264/H.264 Perf decode paths. The fix adds validation to reject frames with width <...
CVE-2026-68104
The CVE-2026-68104 issue affects the Linux kernel’s drm/amdgpu component. The root cause is improper memory handling where pm_genpd_remove() is not called before freeing acp_genpd memory, potentially enabling memory corruption. The vulnerability is described as a local impact with possible denial...
CVE-2026-68103 drm/amdgpu: reject mapping a reserved doorbell to a new queue
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject mapping a reserved doorbell to a new queue When creating an user-queue, the user space provides a doorbell BO handle and an offset within the bo to obtain a doorbell. However current implementation using...
CVE-2026-68101
CVE-2026-68101 affects the Linux kernel DRM/amdgpu path. The vulnerability arises in amdgpu_hmm_invalidate_gfx where, briefly during alloc/free, the userptr BO is not part of the VM, making bo->vm_bo potentially NULL. The fix keeps a reference to the VM root page directory as the parent of the...
EUVD-2026-55482
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix check in amdgpuhmminvalidategfx For a short moment during alloc/free the userptr BO is not part of his VM, so bo-vmbo can be NULL. Keep a reference to the VM root PD as parent of the userptr BO so that we can alwa...
CVE-2026-68101 drm/amdgpu: fix check in amdgpu_hmm_invalidate_gfx
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix check in amdgpuhmminvalidategfx For a short moment during alloc/free the userptr BO is not part of his VM, so bo-vmbo can be NULL. Keep a reference to the VM root PD as parent of the userptr BO so that we can alwa...
PT-2026-69764
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A system hang occurs during suspend and resume operations while video is playing. This is caused by an ABBA deadlock—a situation where two different contexts are waiting for each other t...
PT-2026-69503
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An aperture mapping leak occurs in the amdgpu driver. The amdgpu pci remove function calls drm dev unplug before the driver fini routines, causing drm dev enter in amdgpu ttm fini to...
PT-2026-69672
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL-pointer dereference exists in the amdgpu driver. An unprivileged process in the render group can trigger this by submitting an AMDGPU CHUNK ID CP GFX SHADOW chunk with the length ...
Linux Distros Unpatched Vulnerability : CVE-2026-68103
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: reject mapping a reserved doorbell to a new queue When creating an user-queue, the user space provides a doorbell BO handle and an offset within the...
PT-2026-69634
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the amdgpu bo create reserved function where the system unconditionally reserves, pins, gart allocates, and maps the Buffer Object BO even if the bo ptr input paramete...
Linux Distros Unpatched Vulnerability : CVE-2026-68249
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu/sdma5.0: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit...
Linux Distros Unpatched Vulnerability : CVE-2026-68106
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: fix division by zero with invalid uvd dimensions When width or height is less than 16, widthinmb or heightinmb becomes 0, leading to fsinmb being 0...
PT-2026-69509
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the drm/amdgpu/sdma7.1 component where the use of the BUG ON function can cause the kernel to crash unnecessarily in certain cases. The BUG ON function is a kernel...
Linux Distros Unpatched Vulnerability : CVE-2026-68238
"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: Release VFCT ACPI table reference amdgpuacpivfctbios fetches the VFCT table with acpigettable but never releases it. acpigettable takes a reference...
Linux Distros Unpatched Vulnerability : CVE-2026-68102
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: fix aperture mapping leak amdgpupciremove calls drmdevunplug before invoking the driver fini routines. This causes drmdeventer in amdgputtmfini to...
The vulnerability of the amdgpu_userq_get_doorbell_index() function in the drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c source code of the Direct Rendering Infrastructure (DRI) driver for AMD GPU cores in the Linux operating system allows a attacker to compromise the integrity of protected information or cause service failures.
The vulnerability of the amdgpuuserqgetdoorbellindex function in the drivers/gpu/drm/amd/amdgpu/amdgpuuserq.c source code of the Direct Rendering Infrastructure DRI driver for AMD GPU cores in the Linux operating system is related to the execution of operations outside of memory buffers. Exploiti...
CVE-2026-64516
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vce1: Fix VCE 1 firmware size and offsets The VCPU BO contains the actual FW at an offset, but it was not calculated into the VCPU BO size. Subtract this from the FW size to make sure there is no out of bounds access...