CVE-2025-21906
MediumIn 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.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness type
CWE-665CVE-2025-21906 is classified as CWE-665
See CWE-665 on MITRE CWE for full details on this weakness type.
Affected versions
Linux kernel versions
6.9
and later are affected. Fixed in
6.12.19,
6.13.7,
6.14
and their respective stable series.
References
The following references provide additional information about CVE-2025-21906 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/a88c18409b5d69f426d5acc583c053eac71756a3
-
PatchKernel patch commithttps://git.kernel.org/stable/c/d1a12fcb9051bbf38b2e5af310ffb102a0fab6f9
-
PatchKernel patch commithttps://git.kernel.org/stable/c/f9751163bffd3fe60794929829f810968c6de73d
Frequently asked questions
-
What is CVE-2025-21906?
CVE-2025-21906 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 6.9 onward and has been patched in 6.12.19, 6.13.7 and 6.14. CVE-2025-21906 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2025-21906?
CVE-2025-21906 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2025-21906?
Yes — CVE-2025-21906 has been patched. Fixed versions include 6.12.19, 6.13.7 and 6.14. If you are running Linux kernel 6.9 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2025-21906 actively exploited?
No — CVE-2025-21906 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.