CVE-2026-45862
Awaiting Analysis Awaiting Analysis - Queue
Intel VT-d PASID Table Cache Flush Vulnerability

Publication date: 2026-05-27

Last updated on: 2026-05-30

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Flush cache for PASID table before using it When writing the address of a freshly allocated zero-initialized PASID table to a PASID directory entry, do that after the CPU cache flush for this PASID table, not before it, to avoid the time window when this PASID table may be already used by non-coherent IOMMU hardware while its contents in RAM is still some random old data, not zero-initialized.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-05-30
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel *
linux_kernel linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's iommu/vt-d component. It involves the improper order of operations when handling a PASID (Process Address Space ID) table. Specifically, the CPU cache flush for a freshly allocated zero-initialized PASID table was done after writing its address to a PASID directory entry, rather than before. This creates a time window where non-coherent IOMMU hardware might use the PASID table while its contents in RAM still contain random old data instead of being zero-initialized, potentially leading to incorrect or unexpected behavior.

Impact Analysis

The vulnerability can lead to the use of stale or uninitialized data in the PASID table by the IOMMU hardware. This may cause unpredictable system behavior, potential data corruption, or security issues related to memory management and device isolation. Since the PASID table controls address translations for devices, improper initialization could affect system stability or security in environments relying on IOMMU for device isolation.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-45862. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart