Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A deadlock vulnerability has been identified in the Linux kernel's ENETC network driver, specifically within the 'enetc_tx_onestep_tstamp()' function. This issue arises because the function can be interrupted by softirqs while holding a transmission lock, leading to a potential deadlock scenario. The vulnerability is present in Linux kernel versions through 6.2.0-rc2.
Exploitation of this vulnerability can lead to a kernel deadlock, causing the system to become unresponsive.
The vulnerability has been addressed by modifying the 'enetc_tx_onestep_tstamp()' function to use 'netif_tx_lock_bh()', which prevents softirqs from running and thereby eliminates the deadlock condition.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.