
Cloud Vulnerability DB
A community-led vulnerabilities database
A vulnerability in the Linux kernel's network driver (enetc) was identified and resolved, tracked as CVE-2023-53022. The issue was discovered in version 6.2.0-rc2 and involves a potential deadlock condition in the enetc_tx_onestep_tstamp() function (NVD).
The vulnerability occurs when the enetc_tx_onestep_tstamp() work item runs in process context with softirqs enabled. When holding the netif_tx_lock() during an interrupt, if the NET_TX softirq gets scheduled, it attempts to take the netif_tx_lock() a second time, resulting in a kernel deadlock. The issue manifests as an inconsistent lock state between {IN-SOFTIRQ-W} and {SOFTIRQ-ON-W} usage patterns (NVD).
The vulnerability can lead to a kernel deadlock condition, potentially causing system unresponsiveness or requiring a system restart (NVD).
The fix involves using netif_tx_lock_bh() instead of netif_tx_lock(), which blocks softirqs from running and prevents the deadlock condition. This solution has been implemented in the kernel source code (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."