CVE-2026-46187: wifi: rsi: fix kthread lifetime race between self-exit and external-stop
In the Linux kernel, the following vulnerability has been resolved:
wifi: rsi: fix kthread lifetime race between self-exit and external-stop
RSI driver use both self-exit(kthreadcompleteandexit) and external-stop (kthreadstop) when killing a kthread. Generally, kthreadstop() is called first, and in this case, no particular issues occur.
However, in rare instances where kthreadcompleteandexit() is called first and then kthreadstop() is called, a UAF occurs because the kthread object, which has already exited and been freed, is accessed again.
Therefore, to prevent this with minimal modification, you must remove kthreadstop() and change the code to wait until the self-exit operation is completed.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade to a fixed release to a version that resolves this vulnerability.
Fixed in 6.6.141.1-1
Event History
Frequently Asked Questions
What is the severity of CVE-2026-46187?
The severity of CVE-2026-46187 is rated as 34, indicating a moderate level of risk.
How do I fix CVE-2026-46187?
To fix CVE-2026-46187, ensure you update to the latest version of the Linux kernel where this vulnerability has been addressed.
What type of vulnerability is CVE-2026-46187?
CVE-2026-46187 is a race condition vulnerability affecting the RSI driver in the Linux kernel.
What systems are affected by CVE-2026-46187?
CVE-2026-46187 affects systems running the affected versions of the Linux Foundation Linux Kernel.
Is CVE-2026-46187 actively exploited?
As of now, there are no reported active exploits associated with CVE-2026-46187.