Security Advisory

CVE-2024-41060

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-07-29 14:57:22
Last updated 2026-05-11 20:25:25
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check bo_va->bo is non-NULL before using it The call to radeon_vm_clear_freed might clear bo_va->bo, so we have to check it before dereferencing it.