Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A use-after-free and double-free vulnerability has been identified in the Linux kernel's VKMS (Virtual Kernel Mode Setting) driver. This issue arises when the driver initialization fails, leading the `vkms_exit()` function to access an uninitialized or freed `default_config` pointer, potentially causing a double free. The vulnerability has been addressed by ensuring that `default_config` is only initialized after a successful driver initialization.
Exploitation of this vulnerability could lead to memory corruption issues, such as use-after-free and double-free conditions, which can be exploited to execute arbitrary code or cause a denial-of-service by crashing the system.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.