
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49193 affects the Linux kernel's ice driver, specifically related to a 'scheduling while atomic' bug in the aux critical error interrupt handling. The vulnerability was discovered and resolved in 2022, affecting the ice_misc_intr() function in the Intel ice network driver (Kernel Git).
The vulnerability occurs in the ice_misc_intr() function when processing aux critical error interrupts. The issue arises from a call ladder where ice_misc_intr() (in hardirq context) calls ice_send_event_to_aux(), which attempts to acquire a mutex through device_lock(), leading to a scheduling while atomic violation. The bug manifests as a kernel BUG splat with the message 'BUG: scheduling while atomic: swapper/15/0/0x00010000' (Kernel Git).
When triggered, this vulnerability causes a kernel BUG splat, potentially leading to system instability or crashes. The issue occurs in the interrupt handling path of the Intel ice network driver, which could affect network operations on systems using this driver (Kernel Git).
The issue has been fixed by adding a new PF state bit (ICE_AUX_ERR_PENDING) to indicate aux critical error occurrence and handling it in ice_service_task() in process context instead of interrupt context. The fix involves deferring the event handling to a safer context, preventing the scheduling while atomic violation (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."