CVE-2026-46187
📛 CVE Title
wifi: rsi: fix kthread lifetime race between self-exit and external-stop
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.
Overview
- State
- PUBLISHED
- Assigner (CNA)
- Linux
- CVSS severity
- critical
- CVSS score
- 9.1 / 10
- CVSS vector
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H- Effective score
- 9.1 / 10 CRITICAL source: CNA overview
- MSRC score
- 5.5 / 10 MEDIUM MS rating: Moderate
- CWE(s)
- —
- Reserved
- 2026-05-13
- Published
- 2026-05-28 09:36 UTC
- Last updated
- 2026-06-01 16:19 UTC
- Source
- https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2026/46xxx/CVE-2026-46187.json
- Linked Threat
- CVE-2026-46187 — CVE-2026-46187
NVD triage scoring NVD CVE 2.0
Layer NVD adds on top of the CNA's CVE record — published / last-modified timestamps, exploitability / impact subscores, and the FIRST.org EPSS probability that this CVE will be exploited in the wild in the next 30 days.
- NVD published
- 2026-05-28 10:16:34 UTC
- NVD last modified
- 2026-06-17 10:53:14 UTC
- NVD CVSS v3.1
- 4.7 / 10 MEDIUM source: nvd@nist.gov
- NVD CVSS vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H- Exploitability subscore
- 1.0 / 10
- Impact subscore
- 3.6 / 10
- EPSS score
- 0.0009 (probability of exploitation in next 30 days)
- EPSS percentile
- 0.69% vs all CVEs — higher = more likely to be exploited, as of 2026-08-01
NVD-assigned CWE(s):
CWE-362
(differs from the CNA list above)
NVD / KEV / EPSS data refreshed 2026-08-01 17:02 UTC. Re-run the 🛰 Backfill from NVD button above to refresh.
European Union Vulnerability Database ENISA EUVD
ENISA's official EU repository for curated vulnerability intelligence. Carries a separate identifier (EUVD-YYYY-NNNN) and frequently exposes an earlier-published description + CVSS than NVD does.
- EUVD ID
-
EUVD-2026-32814 - Assigner
- Linux
- Published
- May 28, 2026, 9:36:41 AM
- Updated
- Jun 14, 2026, 6:01:14 PM
- EUVD base score
- 0.0 / 10
- EUVD-reported EPSS
- 0.0900
- Vendors
- Linux
- Products
-
Linux (patch: 6.6.140)Linux (patch: 6.1.175)Linux (4.19.36 <4.20)Linux (ad78e2e057ab8d914a2b5e3e6acf29c3c8a428a3)Linux (c8ed05b1d8520f40395916438da9b38ce937a896)Linux (3.18.139 <3.19)Linux (4c62764d0fc21a34ffc44eec1210038c3a2e4473 <4f4c9b13c485abd0a2d2c97f9db339d1dd8e147f)Linux (patch: 6.18.30)Linux (4c62764d0fc21a34ffc44eec1210038c3a2e4473 <9dfe8a4458a063c6433526bc59112a169eee1aa3)Linux (patch: 5.10.258)Linux (patch: 7.1)Linux (4.20)Linux (4c62764d0fc21a34ffc44eec1210038c3a2e4473 <95fcb436586dc3c2983537d557ac05bbc6a027f3)Linux (4.4.179 <4.5)Linux (4c62764d0fc21a34ffc44eec1210038c3a2e4473 <16d9f674c619838bdeae42abc0929c9c5477ea1f)Linux (4c62764d0fc21a34ffc44eec1210038c3a2e4473 <4f9a4ae8d2c198f01611ea376034c326ef43ab56)Linux (4c62764d0fc21a34ffc44eec1210038c3a2e4473 <4ac3095da22fc50e51ec10c3b8323c21ab3e441a)Linux (ec759c0015fb7d4f5c7cb5711d2c8905724c7983)Linux (4c62764d0fc21a34ffc44eec1210038c3a2e4473 <db57a1aa54ff68669781976e4edb045e09e2b65b)Linux (patch: 7.0.7)Linux (patch: 6.12.88)Linux (4c62764d0fc21a34ffc44eec1210038c3a2e4473 <4f697813162d5f9151726a6d2bee82bffe4b0256)Linux (4.14.113 <4.15)Linux (d8f70ad66032363e3edceee81a7be2aaccb2d7f5)Linux (de1fd69b6541ff61177114d63af7ea719c426cf0)Linux (patch: 0)Linux (patch: 5.15.209)Linux (4.9.170 <4.10)
- Aliases
-
GHSA-qcf3-qg3w-g99p
ENISA 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.
EUVD references (8)
- https://git.kernel.org/stable/c/4ac3095da22fc50e51ec10c3b8323c21ab3e441a
- https://git.kernel.org/stable/c/9dfe8a4458a063c6433526bc59112a169eee1aa3
- https://git.kernel.org/stable/c/4f697813162d5f9151726a6d2bee82bffe4b0256
- https://git.kernel.org/stable/c/95fcb436586dc3c2983537d557ac05bbc6a027f3
- https://git.kernel.org/stable/c/16d9f674c619838bdeae42abc0929c9c5477ea1f
- https://git.kernel.org/stable/c/4f9a4ae8d2c198f01611ea376034c326ef43ab56
- https://git.kernel.org/stable/c/4f4c9b13c485abd0a2d2c97f9db339d1dd8e147f
- https://git.kernel.org/stable/c/db57a1aa54ff68669781976e4edb045e09e2b65b
Microsoft Security Response Center MSRC
Microsoft's vendor-authoritative record from the Security Update Guide — its own CVSS score, impact, severity rating, exploit assessment, and KB-article fixes. Refreshed 2026-08-12 01:09 UTC (source: CVRF).
- MS severity
- Moderate
- MS CVSS base score
- 5.5 / 10 (temporal 5.1)
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:U - Release
- 2026-May
Microsoft remediations / KB articles (2)
- CBL-Mariner Releases — Vendor Fix / Security Update (fixed build 6.6.141.1-1)
- https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade — None Available / CBL-Mariner Releases
Affected products (2)
| Vendor | Product | Versions | Platforms |
|---|---|---|---|
| Linux | Linux |
4c62764d0fc21a34ffc44eec1210038c3a2e4473 (affected),
4c62764d0fc21a34ffc44eec1210038c3a2e4473 (affected),
4c62764d0fc21a34ffc44eec1210038c3a2e4473 (affected),
4c62764d0fc21a34ffc44eec1210038c3a2e4473 (affected),
4c62764d0fc21a34ffc44eec1210038c3a2e4473 (affected),
4c62764d0fc21a34ffc44eec1210038c3a2e4473 (affected),
4c62764d0fc21a34ffc44eec1210038c3a2e4473 (affected),
4c62764d0fc21a34ffc44eec1210038c3a2e4473 (affected),
d8f70ad66032363e3edceee81a7be2aaccb2d7f5 (affected),
ec759c0015fb7d4f5c7cb5711d2c8905724c7983 (affected),
c8ed05b1d8520f40395916438da9b38ce937a896 (affected),
ad78e2e057ab8d914a2b5e3e6acf29c3c8a428a3 (affected),
de1fd69b6541ff61177114d63af7ea719c426cf0 (affected),
3.18.139 (affected),
4.4.179 (affected),
4.9.170 (affected),
4.14.113 (affected),
4.19.36 (affected)
|
— |
| Linux | Linux |
4.20 (affected),
0 (unaffected),
5.10.258 (unaffected),
5.15.209 (unaffected),
6.1.175 (unaffected),
6.6.140 (unaffected),
6.12.88 (unaffected),
6.18.30 (unaffected),
7.0.7 (unaffected),
7.1-rc3 (unaffected)
|
— |
Affected products — CPE 2.3 (3) NVD
NVD's normalized CPE 2.3 matchers, used by vendor tools (vulnerability scanners, asset managers) for automated detection. Compare with the CNA's free-text "Affected products" section above.
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
Vendor references (8)
References embedded in the original CVE record by the assigning CNA.
- https://git.kernel.org/stable/c/4ac3095da22fc50e51ec10c3b8323c21ab3e441a
- https://git.kernel.org/stable/c/9dfe8a4458a063c6433526bc59112a169eee1aa3
- https://git.kernel.org/stable/c/4f697813162d5f9151726a6d2bee82bffe4b0256
- https://git.kernel.org/stable/c/95fcb436586dc3c2983537d557ac05bbc6a027f3
- https://git.kernel.org/stable/c/16d9f674c619838bdeae42abc0929c9c5477ea1f
- https://git.kernel.org/stable/c/4f9a4ae8d2c198f01611ea376034c326ef43ab56
- https://git.kernel.org/stable/c/4f4c9b13c485abd0a2d2c97f9db339d1dd8e147f
- https://git.kernel.org/stable/c/db57a1aa54ff68669781976e4edb045e09e2b65b
Web references (13)
DuckDuckGo results ranked by threat-intel / vendor advisory domains. Generated by the 🔎 Find references (web) button above — same flow as the Remediations search.
- MSRC update guide: CVE-2026-46187 msrc
- None Available msrc
- https://git.kernel.org/stable/c/4f4c9b13c485abd0a2d2c97f9db339d1dd8e147f tenable:git.kernel.org
- https://git.kernel.org/stable/c/4f697813162d5f9151726a6d2bee82bffe4b0256 tenable:git.kernel.org
- https://git.kernel.org/stable/c/4f9a4ae8d2c198f01611ea376034c326ef43ab56 tenable:git.kernel.org
- https://git.kernel.org/stable/c/95fcb436586dc3c2983537d557ac05bbc6a027f3 tenable:git.kernel.org
- https://git.kernel.org/stable/c/9dfe8a4458a063c6433526bc59112a169eee1aa3 tenable:git.kernel.org
- https://git.kernel.org/stable/c/db57a1aa54ff68669781976e4edb045e09e2b65b tenable:git.kernel.org
- https://nvd.nist.gov/vuln/detail/CVE-2026-46187 tenable:nvd.nist.gov
- https://www.cve.org/CVERecord?id=CVE-2026-46187 tenable:www.cve.org
- https://git.kernel.org/stable/c/16d9f674c619838bdeae42abc0929c9c5477ea1f tenable:git.kernel.org
- https://www.first.org/epss/ tenable:www.first.org
- https://git.kernel.org/stable/c/4ac3095da22fc50e51ec10c3b8323c21ab3e441a tenable:git.kernel.org
NVD-tagged references (8)
Reference list NVD curates from the CNA record, vendor advisories, and third-party reports. The tag chips below are NVD's analyst-assigned categories.
- https://git.kernel.org/stable/c/16d9f674c619838bdeae42abc0929c9c5477ea1f 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Patch
- https://git.kernel.org/stable/c/4ac3095da22fc50e51ec10c3b8323c21ab3e441a 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Patch
- https://git.kernel.org/stable/c/4f4c9b13c485abd0a2d2c97f9db339d1dd8e147f 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Patch
- https://git.kernel.org/stable/c/4f697813162d5f9151726a6d2bee82bffe4b0256 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Patch
- https://git.kernel.org/stable/c/4f9a4ae8d2c198f01611ea376034c326ef43ab56 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Patch
- https://git.kernel.org/stable/c/95fcb436586dc3c2983537d557ac05bbc6a027f3 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Patch
- https://git.kernel.org/stable/c/9dfe8a4458a063c6433526bc59112a169eee1aa3 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Patch
- https://git.kernel.org/stable/c/db57a1aa54ff68669781976e4edb045e09e2b65b 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Patch
Remediations (18)
Remediations are stored against the linked Threat row; the list below is deduplicated across both pages.
-
web:cybersecuritynews.com
Microsoft's May 2026 Patch Tuesday lands with a heavy enterprise focus, fixing 120 vulnerabilities across Windows, Office, Azure, developer tools, and Microsoft 365 apps, including 29 remote code execution (RCE) flaws rated Critical.
2026-06-03 23:59 UTC -
web:msrc.microsoft.com
Security Update Guide - Microsoft Security Response Center
2026-06-03 23:59 UTC -
web:portal.msrc.microsoft.com
The Security Update Guide provides information on the latest Microsoft security updates, helping users understand and address potential vulnerabilities effectively.
2026-06-03 23:59 UTC -
web:translate.google.com
Google's service, offered free of charge, instantly translates words, phrases, and web pages between English and over 100 other languages.
2026-06-03 23:59 UTC -
web:windowsforum.com
The mitigation name administrators should verify for CVE - 2026 -42897 is M2. Exchange Server 2016, Exchange Server 2019, and Exchange Server Subscription Edition are affected at any update level, while Exchange Online is not affected.
2026-06-03 23:59 UTC -
web:www.frankysweb.de
Microsoft has reported the vulnerability CVE - 2026 -42897 with CVSS 8.1, High severity in all Exchange Server versions. A mitigation is available.
2026-06-03 23:59 UTC -
web:www.helpnetsecurity.com
Microsoft has marked May 2026 Patch Tuesday by releasing fixes for 120+ CVE -numbered vulnerabilities, none of which are actively exploited.
2026-06-03 23:59 UTC -
web:www.lansweeper.com
Which vulnerabilities, issues, and other things did Microsoft update? Discover what's new using Lansweeper's Patch Tuesday May 2026 summary.
2026-06-03 23:59 UTC -
web:www.oracle.com
This Critical Patch Update contains 481 new security patches across the product families listed below. Please note that an MOS note summarizing the content of this Critical Patch Update and other Oracle Software Security Assurance activities is located at April 2026 Critical Patch Update: Executive Summary and Analysis.
2026-06-03 23:59 UTC -
web:www.pdq.com
May 2026 Patch Tuesday is here, and PDQ is back with another recap. Will we see another month of increased CVE volume? Is AI to blame? Dive in to learn more.
2026-06-03 23:59 UTC -
web:carthageelectronics.com
Status: Actively exploited — CISA KEV listed — patch by May 12, 2026 What Happened On April 28, 2026 , CISA added CVE - 2026 -32202 to its Known Exploited Vulnerabilities (KEV) catalog with a federal remediation deadline of May 12, 2026 . This vulnerability is the result of an incomplete patch Microsoft released in February for CVE - 2026 -21510.
2026-06-19 02:28 UTC -
web:nvd.nist.gov
An official website of the United States government Here's how you know
2026-06-19 02:28 UTC -
web:techcommunity.microsoft.com
UPDATE June 9, 2026 : Please see our release blog post for June 2026 Security Update for more information on this CVE : Released: June 2026 Exchange Server Security Updates | Microsoft Community Hub. On May 14, 2026 , Microsoft disclosed CVE - 2026 -42897, a reported vulnerability affecting Exchange Outlook Web Access (OWA). An attacker could exploit this issue by sending a specially crafted email ...
2026-06-19 02:28 UTC -
web:www.cisa.gov
This page contains a web-friendly version of the Cybersecurity and Infrastructure Security Agency's Emergency Directive 25-02: Mitigate Microsoft Exchange Vulnerability. Section 3553 (h) of title 44, U.S. Code, authorizes the Secretary of Homeland Security, in response to a known or reasonably suspected information security threat, vulnerability, or incident that represents a substantial ...
2026-06-19 02:28 UTC -
web:www.crowdstrike.com
Microsoft has released security updates for 130 vulnerabilities, including 30 critical, in its May 2026 Patch Tuesday rollout.
2026-06-19 02:28 UTC -
web:www.forbes.com
Updated May 18: This article has been updated to include further details on the emergency mitigation process recommended by Microsoft after the CVE - 2026 -42897 Exchange Server zero-day was ...
2026-06-19 02:28 UTC -
web:www.rapid7.com
Microsoft is publishing 200 vulnerabilities on June 2026 Patch Tuesday, including an HTTP/2 denial of service vulnerability and an elevation of privilege vulnerability in PowerToys.
2026-06-19 02:28 UTC -
web:zecurit.com
Get the complete breakdown of Microsoft's June 2026 Patch Tuesday. We analyze the latest security updates and all critical CVEs .
2026-06-19 02:28 UTC
AI Forensic Analysis
Only Available for Registered Users. Sign in to view.
Raw JSON
The full cvelistV5 record. Download as CVE-2026-46187.json.
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/net/wireless/rsi/rsi_common.h"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "4ac3095da22fc50e51ec10c3b8323c21ab3e441a",
"status": "affected",
"version": "4c62764d0fc21a34ffc44eec1210038c3a2e4473",
"versionType": "git"
},
{
"lessThan": "9dfe8a4458a063c6433526bc59112a169eee1aa3",
"status": "affected",
"version": "4c62764d0fc21a34ffc44eec1210038c3a2e4473",
"versionType": "git"
},
{
"lessThan": "4f697813162d5f9151726a6d2bee82bffe4b0256",
"status": "affected",
"version": "4c62764d0fc21a34ffc44eec1210038c3a2e4473",
"versionType": "git"
},
{
"lessThan": "95fcb436586dc3c2983537d557ac05bbc6a027f3",
"status": "affected",
"version": "4c62764d0fc21a34ffc44eec1210038c3a2e4473",
"versionType": "git"
},
{
"lessThan": "16d9f674c619838bdeae42abc0929c9c5477ea1f",
"status": "affected",
"version": "4c62764d0fc21a34ffc44eec1210038c3a2e4473",
"versionType": "git"
},
{
"lessThan": "4f9a4ae8d2c198f01611ea376034c326ef43ab56",
"status": "affected",
"version": "4c62764d0fc21a34ffc44eec1210038c3a2e4473",
"versionType": "git"
},
{
"lessThan": "4f4c9b13c485abd0a2d2c97f9db339d1dd8e147f",
"status": "affected",
"version": "4c62764d0fc21a34ffc44eec1210038c3a2e4473",
"versionType": "git"
},
{
"lessThan": "db57a1aa54ff68669781976e4edb045e09e2b65b",
"status": "affected",
"version": "4c62764d0fc21a34ffc44eec1210038c3a2e4473",
"versionType": "git"
},
{
"status": "affected",
"version": "d8f70ad66032363e3edceee81a7be2aaccb2d7f5",
"versionType": "git"
},
{
"status": "affected",
"version": "ec759c0015fb7d4f5c7cb5711d2c8905724c7983",
"versionType": "git"
},
{
"status": "affected",
"version": "c8ed05b1d8520f40395916438da9b38ce937a896",
"versionType": "git"
},
{
"status": "affected",
"version": "ad78e2e057ab8d914a2b5e3e6acf29c3c8a428a3",
"versionType": "git"
},
{
"status": "affected",
"version": "de1fd69b6541ff61177114d63af7ea719c426cf0",
"versionType": "git"
},
{
"lessThan": "3.19",
"status": "affected",
"version": "3.18.139",
"versionType": "semver"
},
{
"lessThan": "4.5",
"status": "affected",
"version": "4.4.179",
"versionType": "semver"
},
{
"lessThan": "4.10",
"status": "affected",
"version": "4.9.170",
"versionType": "semver"
},
{
"lessThan": "4.15",
"status": "affected",
"version": "4.14.113",
"versionType": "semver"
},
{
"lessThan": "4.20",
"status": "affected",
"version": "4.19.36",
"versionType": "semver"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/net/wireless/rsi/rsi_common.h"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "4.20"
},
{
"lessThan": "4.20",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.258",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.209",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.175",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.140",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.88",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.30",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.0.*",
"status": "unaffected",
"version": "7.0.7",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.1-rc3",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.258",
"versionStartIncluding": "4.20",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.209",
"versionStartIncluding": "4.20",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.175",
"versionStartIncluding": "4.20",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.140",
"versionStartIncluding": "4.20",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.88",
"versionStartIncluding": "4.20",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.30",
"versionStartIncluding": "4.20",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0.7",
"versionStartIncluding": "4.20",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1-rc3",
"versionStartIncluding": "4.20",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "3.18.139",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "4.4.179",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "4.9.170",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "4.14.113",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "4.19.36",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: rsi: fix kthread lifetime race between self-exit and external-stop\n\nRSI driver use both self-exit(kthread_complete_and_exit) and external-stop\n(kthread_stop) when killing a kthread. Generally, kthread_stop() is called\nfirst, and in this case, no particular issues occur.\n\nHowever, in rare instances where kthread_complete_and_exit() is called\nfirst and then kthread_stop() is called, a UAF occurs because the kthread\nobject, which has already exited and been freed, is accessed again.\n\nTherefore, to prevent this with minimal modification, you must remove\nkthread_stop() and change the code to wait until the self-exit operation\nis completed."
}
],
"providerMetadata": {
"dateUpdated": "2026-06-01T16:19:48.479Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/4ac3095da22fc50e51ec10c3b8323c21ab3e441a"
},
{
"url": "https://git.kernel.org/stable/c/9dfe8a4458a063c6433526bc59112a169eee1aa3"
},
{
"url": "https://git.kernel.org/stable/c/4f697813162d5f9151726a6d2bee82bffe4b0256"
},
{
"url": "https://git.kernel.org/stable/c/95fcb436586dc3c2983537d557ac05bbc6a027f3"
},
{
"url": "https://git.kernel.org/stable/c/16d9f674c619838bdeae42abc0929c9c5477ea1f"
},
{
"url": "https://git.kernel.org/stable/c/4f9a4ae8d2c198f01611ea376034c326ef43ab56"
},
{
"url": "https://git.kernel.org/stable/c/4f4c9b13c485abd0a2d2c97f9db339d1dd8e147f"
},
{
"url": "https://git.kernel.org/stable/c/db57a1aa54ff68669781976e4edb045e09e2b65b"
}
],
"title": "wifi: rsi: fix kthread lifetime race between self-exit and external-stop",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-46187",
"datePublished": "2026-05-28T09:36:41.427Z",
"dateReserved": "2026-05-13T15:03:33.104Z",
"dateUpdated": "2026-06-01T16:19:48.479Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}