
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49123 is a vulnerability in the Linux kernel's ath11k wireless driver that involves a deadlock condition causing frame flush failures. The issue was discovered when the ath11k driver failed to flush management frames because the wmi_mgmt_tx_work process had no opportunity to run within the expected timeframe (Kernel Git).
The vulnerability occurs due to a deadlock scenario in the workqueue scheduling mechanism. When wmi_mgmt_tx_work is inserted into local->workqueue after sdata->work, and wpa_supplicant acquires wdev->mtx in nl80211_deauthenticate, it creates a situation where the system waits for management frames to be sent out by wmi_mgmt_tx_work. However, sdata->work becomes blocked by wdev->mtx in ieee80211_sta_work, preventing wmi_mgmt_tx_work from executing (Kernel Git).
The deadlock condition results in management frame transmission failures in the wireless network stack, which can lead to failed network operations and potential system hangs. This is evidenced by system warnings about failed management queue flushes and tasks being blocked for extended periods (Kernel Git).
The vulnerability is triggered during normal system operations when specific wireless networking tasks interact with the ath11k driver. It primarily affects system stability rather than presenting a direct security exploitation vector (Kernel Git).
The issue was resolved by modifying the workqueue usage in the ath11k driver. The fix involves changing from using local->workqueue to ab->workqueue for scheduling wmi_mgmt_tx_work, which prevents the deadlock condition from occurring (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."