Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-41060
HistoryJul 29, 2024 - 2:57 p.m.

CVE-2024-41060 drm/radeon: check bo_va->bo is non-NULL before using it

2024-07-2914:57:22
Linux
github.com
1
linux kernel
vulnerability resolved
drm/radeon
bo_va->bo
radeon_vm_clear_freed

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial