Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A use-after-free vulnerability has been fixed in the Linux kernel's Nouveau Direct Rendering Manager (DRM) component. The issue arises in the function r535_gsp_rpc_push(), where the RPC container is released after being sent to r535_gsp_rpc_send(). This premature release can lead to a use-after-free condition when the initial fragment of a large RPC is sent, causing subsequent fragments to attempt to access a freed container. The vulnerability has been addressed by allocating a temporary RPC container for the initial fragment and ensuring the caller's container is only freed after all fragments have been successfully sent.
Exploitation of this vulnerability could lead to a use-after-free condition, potentially allowing for arbitrary code execution or memory corruption.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.