2 matches found
CVE-2026-68260
The CVE-2026-68260 issue concerns the Linux kernel DRM Imagination driver. The drm_gpuvm code did not protect find operations against map operations, allowing a find in progress to run during map/unmap and potentially dereference NULL pointers. The workaround/fix introduced is to have pvr_vm_map(...
5.4AI score
SaveExploits0References4
EUVD-2026-55361
In the Linux kernel, the following vulnerability has been resolved: drm/imagination: acquire vmctx-lock before mapping memory to GPU VM The drm gpuvm code doesn't protect find operation against map operation, and the driver needs to ensure a map operation shouldn't happen when a find operation is...
5.4AI score
SaveExploits0References4
20