CVE-2025-38293
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.11 (inc) to 5.15.186 (inc) |
| debian | debian_linux | 11.0 |
| linux | mac80211 | * |
| qualcomm | qca6698aq | * |
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a flaw in the Linux kernel's ath11k WiFi driver where the 'arvifs' list, which manages virtual interfaces, becomes corrupted during WLAN recovery. Specifically, the list head is reinitialized without properly updating the nodes following it, causing invalid list nodes. When a WLAN recovery happens during the removal of a virtual interface, this corruption leads to a kernel panic due to invalid list operations.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to panic (crash) during WLAN recovery when a virtual interface is being removed. This results in system instability and potential denial of service, as the affected system may become unresponsive or require a reboot.
What immediate steps should I take to mitigate this vulnerability?
The vulnerability is fixed by updating the Linux kernel to a version where the ath11k driver properly reinitializes all vif list nodes during WLAN halt to prevent node corruption and kernel panic. Therefore, the immediate mitigation step is to apply the kernel update or patch that includes this fix.