CVE Catalog

CVE-2025-21906

HighCVSS 7.6
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.23%

14th percentile - higher than 14% of all known CVEs

Summary

In the Linux kernel's iwlwifi Wi-Fi driver (Intel), a vulnerability exists where the IWL_MVM_STATUS_ROC_P2P_RUNNING flag is not set when firmware fails to start session protection. This leads to improper cleanup and a WARN() on subsequent remain-on-channel attempts.

Risk Assessment

The organization faces Wi-Fi interface instability and potential driver crashes due to improper ROC (Remain On Channel) session management.

Recommendation

Update the Linux kernel to a version that sets the IWL_MVM_STATUS_ROC_P2P_RUNNING flag in the failure/stop path.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: clean up ROC on failure If the firmware fails to start the session protection, then we do call iwl_mvm_roc_finished() here, but that won't do anything at all because IWL_MVM_STATUS_ROC_P2P_RUNNING was never set. Set IWL_MVM_STATUS_ROC_P2P_RUNNING in the failure/stop path. If it started successfully before, it's already set, so that doesn't matter, and if it didn't start it needs to be set to clean up. Not doing so will lead to a WARN_ON() later on a fresh remain- on-channel, since the link is already active when activated as it was never deactivated.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS