Linux Kernel ENETC Driver Deadlock Vulnerability in Timestamp Processing

Vulnerability

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.

Impact

Exploitation of this vulnerability can lead to a kernel deadlock, causing the system to become unresponsive.

Remediation

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.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.0
remediation
0.0
relevance
0.0
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.