CVE-2026-46187
Last modified
CVE-2026-46187 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. 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(kthread_complete_and_exit) and external-stop (kthread_stop) when killing a kthread. Generally, kthread_stop() is called first, and in this case, no particular issues occur. However, in rare instances where kthread_complete_and_exit() is called first and then kthread_stop() 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 kthread_stop() and change the code to wait until the self-exit operation is completed.. EPSS estimates a 0.09% chance of exploitation in the next 30 days.
Description
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(kthread_complete_and_exit) and external-stop (kthread_stop) when killing a kthread. Generally, kthread_stop() is called first, and in this case, no particular issues occur. However, in rare instances where kthread_complete_and_exit() is called first and then kthread_stop() 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 kthread_stop() and change the code to wait until the self-exit operation is completed.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 3.18.139, < 3.19 | — |
| Linux | Linux Kernel | >= 4.4.179, < 4.5 | — |
| Linux | Linux Kernel | >= 4.9.170, < 4.10 | — |
| Linux | Linux Kernel | >= 4.14.113, < 4.15 | — |
| Linux | Linux Kernel | >= 4.19.36, < 5.10.258 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.209 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.175 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.140 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.88 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.30 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.7 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46187?
How severe is CVE-2026-46187?
How do I fix CVE-2026-46187?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-46181In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46182In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46183In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46184In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46185In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-46186In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46188In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46189In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4619Path Traversal vulnerability in NEC Platforms, Ltd. Aterm Se…9.8
- CVE-2026-46190In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-46191In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-46192In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-46187?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
