Review reviewHigh

CVE-2022-49519

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: ath10k: skip ath10k_halt during suspend for driver state RESTARTING Double free crash is observed when FW recovery(caused by wmi timeout/crash) is followed by immediate suspend event. The FW recovery is triggered by ath10k_core_restart() which calls driver clean up via ath10k_halt(). When the suspend event occurs between the FW recovery, the restart worker thread is put into frozen state until suspend completes. The suspend event triggers ath10k_stop() which again triggers ath10k_halt() The double invocation of ath10k_halt(...

CVSS
7.8
EPSS
-
- percentile
CISA KEV
Not listed
Published
2025.02.26
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability-
Technical severityCVSS 7.8

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: ath10k: skip ath10k_halt during suspend for driver state RESTARTING Double free crash is observed when FW recovery(caused by wmi timeout/crash) is followed by immediate suspend event. The FW recovery is triggered by ath10k_core_restart() which calls driver clean up via ath10k_halt(). When the suspend event occurs between the FW recovery, the restart worker thread is put into frozen state until suspend completes. The suspend event triggers ath10k_stop() which again triggers ath10k_halt() The double invocation of ath10k_halt(...

Affected product and versions

Product
Linux Linux, linux kernel
Affected versions
>= 5e3dd157d7e70f0e3cea3f2573ed69fb156a19d5 < 8aa3750986ffcf73e0692db3b40dd3a8e8c0c575, >= 5e3dd157d7e70f0e3cea3f2573ed69fb156a19d5 < c2272428090d0d215a3f017cbbbad731c07eee53, >= 5e3dd157d7e70f0e3cea3f2573ed69fb156a19d5 < 7eb14cb604f49e58b7cf6faa87961a865a3c8649, >= 5e3dd157d7e70f0e3cea3f2573ed69fb156a19d5 < 5321e5211b5dc873e2e3d0deb749e69ecf4dbfe5, >= 5e3dd157d7e70f0e3cea3f2573ed69fb156a19d5 < b72a4aff947ba807177bdabb43debaf2c66bee05, >= 3.11, >= 3.11 < 5.10.121, >= 5.11 < 5.15.46, >= 5.16 < 5.17.14, >= 5.18 < 5.18.3
Fixed versions
5.10.121, 5.15.46, 5.17.14, 5.18.3

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE
CWE-415