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

7.8 · HIGH
Published May 6, 2026 linux CWE-415 EPSS 0.12% (2th pctl)

Overview

CVE-2026-43278 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 6, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

dm: clear cloned request bio pointer when last clone bio completes

Stale rq->bio values have been observed to cause double-initialization of

cloned bios in request-based device-mapper targets, leading to

use-after-free and double-free scenarios.

One such case occurs when using dm-multipath on top of a PCIe NVMe

namespace, where cloned request bios are freed during

blk_complete_request(), but rq->bio is left intact. Subsequent clone

teardown then attempts to free the same bios again via

blk_rq_unprep_clone().

The resulting double-free path looks like:

nvme_pci_complete_batch()

nvme_complete_batch()

blk_mq_end_request_batch()

blk_complete_request() // called on a DM clone request

bio_endio() // first free of all clone bios

...

rq->end_io() // end_clone_request()

dm_complete_request(tio->orig)

dm_softirq_done

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.1, < 6.1.165 Affected

Frequently Asked Questions

What is CVE-2026-43278?

CVE-2026-43278 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 6, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-43278?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-43278?

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

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