Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's AMDGPU driver can lead to a null pointer dereference when handling virtual memory. This issue occurs because certain virtual address objects (amdgpu_bo_va) are not properly updated before being processed, causing a null reference that can disrupt memory management. The vulnerability affects the Linux kernel stable tree.
The vulnerability can cause a null pointer dereference, leading to a crash or undefined behavior in the system.
To reproduce this vulnerability, a scenario must be created where an AMDGPU buffer object virtual address (amdgpu_bo_va) is set to the process's private virtual address (fpriv->prt_va). When this condition is met, the corresponding buffer object will be null. If the virtual memory handling function 'amdgpu_vm_handle_moved' is called without first updating the null buffer object, a null pointer dereference will occur.
Users can update to the latest version of the Linux kernel where this vulnerability has been fixed. Instructions for downloading the patched version are available on the official Linux kernel website.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.