Review reviewHigh

CVE-2025-23133

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: update channel list in reg notifier instead reg worker Currently when ath11k gets a new channel list, it will be processed according to the following steps: 1. update new channel list to cfg80211 and queue reg_work. 2. cfg80211 handles new channel list during reg_work. 3. update cfg80211's handled channel list to firmware by ath11k_reg_update_chan_list(). But ath11k will immediately execute step 3 after reg_work is just queued. Since step 2 is asynchronous, cfg80211 may not have completed handling the new chan...

CVSS
7.8
EPSS
0.28%
20.2% percentile
CISA KEV
Not listed
Published
2025.04.17
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.28%
Technical severityCVSS 7.8

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: update channel list in reg notifier instead reg worker Currently when ath11k gets a new channel list, it will be processed according to the following steps: 1. update new channel list to cfg80211 and queue reg_work. 2. cfg80211 handles new channel list during reg_work. 3. update cfg80211's handled channel list to firmware by ath11k_reg_update_chan_list(). But ath11k will immediately execute step 3 after reg_work is just queued. Since step 2 is asynchronous, cfg80211 may not have completed handling the new chan...

Affected product and versions

Product
Linux Linux, linux kernel
Affected versions
>= f45cb6b29cd36514e13f7519770873d8c0457008 < 26618c039b78a76c373d4e02c5fbd52e3a73aead, >= f45cb6b29cd36514e13f7519770873d8c0457008 < f952fb83c9c6f908d27500764c4aee1df04b9d3f, >= f45cb6b29cd36514e13f7519770873d8c0457008 < 933ab187e679e6fbdeea1835ae39efcc59c022d2, >= f96fd36936310cefe0ea1370a9ae30e6746e6f62, >= c97b120950b49d76bdce013bd4d9577d769465f4, >= 5.15.79 < 5.16, >= 6.0.9 < 6.1, >= 6.1, >= 6.1.1 < 6.12.46, >= 6.13 < 6.14.2, 6.1
Fixed versions
5.16, 6.1, 6.12.46, 6.14.2

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-787