CVE-2026-53376
The CVE-2026-53376 entry concerns the Linux kernel drm/amdkfd component. Affected portion: kfd_ioctl_get_process_apertures_new within the AMDGPU I/O path. The issue was mitigated by adding an upper bound check for num_of_nodes, addressing a potential out-of-bounds scenario. The fix is documented ...