Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A null pointer dereference vulnerability has been identified in the Linux kernel's net: fec subsystem. The issue arises in the function 'fec_enet_phy_reset_after_clk_enable()', where 'of_phy_find_device' may return NULL. This requires careful handling before dereferencing 'phy_dev'. The vulnerability affects several versions of the Linux kernel.
Exploitation of this vulnerability can lead to a null pointer dereference, causing a kernel crash.
The vulnerability can be reproduced by invoking the 'fec_enet_phy_reset_after_clk_enable()' function without a valid 'phy_dev' reference. This can occur if 'of_phy_find_device' returns NULL, which can happen in certain hardware configurations or device tree setups where the PHY node is not correctly defined or accessible.
Users can apply the latest patches available in the Linux kernel stable tree to address this vulnerability.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.