
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-48842 is a race condition vulnerability in the Linux kernel's ice driver that can result in a deadlock when an interface leaves and immediately re-enters a Link Aggregation Group (LAG). The vulnerability was introduced by commit 5dbbbd01cbba83 which changed the process of re-creating auxiliary devices (Kernel Git).
The vulnerability occurs due to a race condition between iceplugauxdev() being called from iceservicetask() context and iceunplugauxdev() being called under RTNL lock. When an interface leaves LAG and immediately enters LAG again, iceplugauxdev() takes the aux device lock while iceunplugauxdev() attempts to take the same lock under RTNL lock. Later, iceplugaux_dev() tries to acquire the RTNL lock which is already held, resulting in a deadlock condition (Kernel Git).
The vulnerability can cause a system deadlock when manipulating network interfaces that are part of a Link Aggregation Group (LAG), particularly when an interface rapidly leaves and rejoins the LAG. This can affect system stability and network operations (Kernel Git).
The vulnerability has been fixed by modifying the handling of the ICEFLAGPLUGAUXDEV bit flag. The fix ensures proper synchronization between iceplugauxdev() and iceunplugauxdev() operations by maintaining the flag during the aux device plugging operation and implementing proper checks before unplugging (Kernel Git).
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."