Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-46187

4.7 · MEDIUM
Published May 28, 2026 linux CWE-362 EPSS 0.09% (1th pctl)

Overview

CVE-2026-46187 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 3.18.139, < 3.19 Affected

Frequently Asked Questions

What is CVE-2026-46187?

CVE-2026-46187 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2026-46187?

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-46187?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-46187?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-46187 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.