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

8.8 · HIGH
Published May 27, 2026 linux CWE-362

Overview

CVE-2026-45945 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 8.8 (HIGH).

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

iommu/vt-d: Fix race condition during PASID entry replacement

The Intel VT-d PASID table entry is 512 bits (64 bytes). When replacing

an active PASID entry (e.g., during domain replacement), the current

implementation calculates a new entry on the stack and copies it to the

table using a single structure assignment.

struct pasid_entry *pte, new_pte;

pte = intel_pasid_get_entry(dev, pasid);

pasid_pte_config_first_level(iommu, &new_pte, ...);

*pte = new_pte;

Because the hardware may fetch the 512-bit PASID entry in multiple

128-bit chunks, updating the entire entry while it is active (Present

bit set) risks a "torn" read. In this scenario, the IOMMU hardware

could observe an inconsistent state — partially new data and partially

old data — leading to unpredictable behavior or spurious faults.

Fix this by removing the unsafe "replace" helpers and following the

"clear-then-update" flow,

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.13, < 6.19.4 Affected

Frequently Asked Questions

What is CVE-2026-45945?

CVE-2026-45945 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 8.8 (HIGH).

How severe is CVE-2026-45945?

This vulnerability has a CVSS 3.1 base score of 8.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-45945?

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

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