PT-2026-44310 · Linux · Linux Kernel
CVE-2026-46187
·
Published
2026-05-28
·
Updated
2026-07-24
CVSS v3.1
4.7
Medium
| Vector | AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A Use-After-Free (UAF) occurs in the RSI driver when there is a race condition between the self-exit operation
kthread complete and exit() and the external-stop operation kthread stop(). This happens in rare instances where kthread complete and exit() is executed first, causing the kthread object to be freed before kthread stop() attempts to access it.Recommendations
Remove the
kthread stop() call and modify the code to wait until the self-exit operation is completed.Exploit
Fix
Race Condition
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel