CVE-2022-49519
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-49519 affects the Linux kernel's ath10k wireless driver. The vulnerability involves a double free condition that occurs when firmware recovery (triggered by WMI timeout/crash) is followed by an immediate suspend event. The issue was discovered in 2022 and affects the ath10k driver's suspend/resume functionality (Kernel Commit).

Technical details

The vulnerability is triggered when firmware recovery and suspend events occur in close succession. The firmware recovery process calls ath10kcorerestart() which invokes ath10khalt() for driver cleanup. If a suspend event occurs during recovery, the restart worker thread is frozen until suspend completes. The suspend event then triggers ath10kstop() which calls ath10khalt() again. This double invocation of ath10khalt() causes ath10khttrxfree() to be called twice, leading to a double free condition since ath10khttrxalloc was not called by the frozen restart worker thread (Kernel Commit).

Impact

The vulnerability can result in a kernel crash due to double freeing of memory resources. This could potentially lead to denial of service conditions on affected systems (Kernel Commit).

Mitigation and workarounds

The issue has been fixed by modifying ath10kstop() to skip calling ath10khalt() when the driver state is ATH10KSTATERESTARTING. Additionally, for the RESTARTING state, ath10kwaitforsuspend() is called in ath10kstop() since this call is skipped in ath10kcorestop() for the RESTARTING state (Kernel Commit).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-40343MEDIUM6.4
  • Linux KernelLinux Kernel
  • linux-iot
NoYesDec 09, 2025
CVE-2025-40342MEDIUM6.4
  • Linux KernelLinux Kernel
  • kernel-rt-devel-matched
NoYesDec 09, 2025
CVE-2025-40340MEDIUM6.4
  • Linux KernelLinux Kernel
  • linux-hwe
NoYesDec 09, 2025
CVE-2025-40341MEDIUM5.1
  • Linux KernelLinux Kernel
  • kernel-zfcpdump-core
NoYesDec 09, 2025
CVE-2025-40344N/AN/A
  • Linux KernelLinux Kernel
  • libperf-devel
NoYesDec 09, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management