
Cloud Vulnerability DB
A community-led vulnerabilities database
In the Linux kernel, CVE-2022-49130 affects the ath11k wireless driver. The vulnerability was discovered when ath11k would crash during 'rmmod ath11k_pci' if the amss.bin firmware file was missing. This occurred because the driver was using mhi_async_power_up() which does not check for errors, instead of mhi_sync_power_up() which properly validates error conditions (Kernel Git).
The vulnerability exists in the MHI (Modem Host Interface) power management code of the ath11k driver. The issue stems from using mhi_async_power_up() which does not perform error checking, leading to potential null pointer dereferences. The crash manifests as a general protection fault at address 0xdffffc0000000000, with KASAN reporting a null-ptr-deref in the range [0x0000000000000000-0x0000000000000007] (Kernel Git).
When exploited, this vulnerability can cause a kernel crash (denial of service) when attempting to remove the ath11k_pci module if the required firmware file is missing. This affects system stability and availability (Kernel Git).
The vulnerability is triggered when unloading the ath11k_pci module (using rmmod) in systems where the amss.bin firmware file is missing. It requires local access and the ability to load/unload kernel modules, which typically requires root privileges (Kernel Git).
The fix involves replacing the call to mhi_async_power_up() with mhi_sync_power_up() in the ath11k driver's MHI state management code. This ensures proper error checking during the power-up sequence. The fix has been implemented in the Linux kernel (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."