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

7.8 · HIGH
Published May 27, 2026 linux CWE-416 EPSS 0.14% (4th pctl)

Overview

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

vfio/cdx: Serialize VFIO_DEVICE_SET_IRQS with a per-device mutex

vfio_cdx_set_msi_trigger() reads vdev->config_msi and operates on the

vdev->cdx_irqs array based on its value, but provides no serialization

against concurrent VFIO_DEVICE_SET_IRQS ioctls. Two callers can race

such that one observes config_msi as set while another clears it and

frees cdx_irqs via vfio_cdx_msi_disable(), resulting in a use-after-free

of the cdx_irqs array.

Add a cdx_irqs_lock mutex to struct vfio_cdx_device and acquire it in

vfio_cdx_set_msi_trigger(), which is the single chokepoint through

which all updates to config_msi, cdx_irqs, and msi_count flow, covering

both the ioctl path and the close-device cleanup path. This keeps the

test of config_msi atomic with the subsequent enable, disable, or

trigger operations.

Drop the pre-call !cdx_irqs test from vfio_cdx_irqs_cleanup() as part

of this change: the optimization it provided is red

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.10, < 6.12.86 Affected

Frequently Asked Questions

What is CVE-2026-46036?

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

How severe is CVE-2026-46036?

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

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

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