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

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

Overview

CVE-2026-43404 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 8, 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:

mm: Fix a hmm_range_fault() livelock / starvation problem

If hmm_range_fault() fails a folio_trylock() in do_swap_page,

trying to acquire the lock of a device-private folio for migration,

to ram, the function will spin until it succeeds grabbing the lock.

However, if the process holding the lock is depending on a work

item to be completed, which is scheduled on the same CPU as the

spinning hmm_range_fault(), that work item might be starved and

we end up in a livelock / starvation situation which is never

resolved.

This can happen, for example if the process holding the

device-private folio lock is stuck in

migrate_device_unmap()->lru_add_drain_all()

sinc lru_add_drain_all() requires a short work-item

to be run on all online cpus to complete.

A prerequisite for this to happen is:

a) Both zone device and system memory folios are considered in

migrate_device_unmap(), so that there is a reason to call

lru_add

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 >= 6.15, < 6.18.19 Affected

Frequently Asked Questions

What is CVE-2026-43404?

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

How severe is CVE-2026-43404?

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

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

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