Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A use-after-free vulnerability has been identified in the Linux kernel's handling of dma-buf and dma-resv objects. The issue arises because, when adding a fence to a dma_resv object, the kernel previously assumed that the new fence would always be later than the existing ones. However, recent changes allow userspace to manipulate this assumption, potentially leading to a use-after-free error. This vulnerability has been addressed by implementing a check to ensure that the new fence is indeed later, and it is recommended to backport this fix to stable kernel versions.
Exploitation of this vulnerability could lead to a use-after-free error, which may be exploited to cause memory corruption or execute arbitrary code.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.