Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's networking component can lead to a NULL pointer dereference in the rtnl_create_link() function. This issue arises because, during the execution of rtnl_create_link(), the device's netdev_ops is NULL. If CONFIG_NET_SHAPER is defined, using netdev_lock_ops() can cause a NULL dereference. The vulnerability has been addressed by modifying the function to use netif_set_group() instead of dev_set_group().
Exploitation of this vulnerability can cause a NULL pointer dereference, leading to a potential denial of service by causing a kernel crash.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.