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-46050

5.5 · MEDIUM
Published May 27, 2026 linux CWE-667

Overview

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

This vulnerability has a CVSS 3.1 base score of 5.5, 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:

md/raid10: fix deadlock with check operation and nowait requests

When an array check is running it will raise the barrier at which point

normal requests will become blocked and increment the nr_pending value to

signal there is work pending inside of wait_barrier(). NOWAIT requests

do not block and so will return immediately with an error, and additionally

do not increment nr_pending in wait_barrier(). Upstream change commit

43806c3d5b9b ("raid10: cleanup memleak at raid10_make_request") added a

call to raid_end_bio_io() to fix a memory leak when NOWAIT requests hit

this condition. raid_end_bio_io() eventually calls allow_barrier() and

it will unconditionally do an atomic_dec_and_test(&conf->nr_pending) even

though the corresponding increment on nr_pending didn't happen in the

NOWAIT case.

This can be easily seen by starting a check operation while an application

is doing nowait IO on the same array. This results in

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 >= 5.15.189, < 5.15.209 Affected

Frequently Asked Questions

What is CVE-2026-46050?

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

How severe is CVE-2026-46050?

This vulnerability has a CVSS 3.1 base score of 5.5, 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-46050?

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-46050?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-46050 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.

Browse by year 2026