CVE-2023-53819
CVE-2023-53819 details (Linux kernel, amdgpu): The issue arises from an out-of-bounds access in the amdgpu path when validating offset_in_bo for drm_amdgpu_gem_va, caused by an overflow of offset_in_bo + map_size. The fixes add validations in the amdgpu_vm_bo_map path (and later in amdgpu_vm_bo_m...