
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
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 wmimgmttx_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 wmimgmttxwork is inserted into local->workqueue after sdata->work, and wpasupplicant acquires wdev->mtx in nl80211deauthenticate, it creates a situation where the system waits for management frames to be sent out by wmimgmttxwork. However, sdata->work becomes blocked by wdev->mtx in ieee80211stawork, preventing wmimgmttx_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 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 wmimgmttx_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.
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A comprehensive threat intelligence database of cloud security incidents, actors, tools and techniques
A step-by-step framework for modeling and improving SaaS and PaaS tenant isolation
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.”