Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A NULL pointer dereference vulnerability has been identified in the Linux kernel's aspeed LPC snoop function. The issue arises because the function aspeed_lpc_enable_snoop() does not validate the return value of devm_kasprintf(), which can be NULL if memory allocation fails. This oversight leads to a NULL pointer dereference. The vulnerability has been addressed by adding a NULL check after the devm_kasprintf() call.
Exploitation of this vulnerability leads to a NULL pointer dereference, causing a crash or undefined behavior in the kernel.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.