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

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

Overview

CVE-2026-43448 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 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:

nvme-pci: Fix race bug in nvme_poll_irqdisable()

In the following scenario, pdev can be disabled between (1) and (3) by

(2). This sets pdev->msix_enabled = 0. Then, pci_irq_vector() will

return MSI-X IRQ(>15) for (1) whereas return INTx IRQ(<=15) for (2).

This causes IRQ warning because it tries to enable INTx IRQ that has

never been disabled before.

To fix this, save IRQ number into a local variable and ensure

disable_irq() and enable_irq() operate on the same IRQ number. Even if

pci_free_irq_vectors() frees the IRQ concurrently, disable_irq() and

enable_irq() on a stale IRQ number is still valid and safe, and the

depth accounting reamins balanced.

task 1:

nvme_poll_irqdisable()

disable_irq(pci_irq_vector(pdev, nvmeq->cq_vector)) ...(1)

enable_irq(pci_irq_vector(pdev, nvmeq->cq_vector)) ...(3)

task 2:

nvme_reset_work()

nvme_dev_disable()

pdev->msix_enable = 0; ...(2)

crash log:

------------[ cut he

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.7, < 6.1.167 Affected

Frequently Asked Questions

What is CVE-2026-43448?

CVE-2026-43448 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 4.7 (MEDIUM).

How severe is CVE-2026-43448?

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

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

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