You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
intel vt d
About this tag
Intel VT-d (Virtualization Technology for Directed I/O) is a hardware feature that enables direct device assignment to virtual machines by providing an IOMMU (Input-Output Memory Management Unit). On WindowsForum.com, discussions focus on Linux kernel vulnerabilities affecting Intel VT-d, including CVE-2026-45944 (a race condition in context entry teardown), CVE-2026-43161 (a hard-lock flaw involving ATS and passthrough devices), and CVE-2024-35843 (a race and use-after-free in IOPF handling). These threads cover security patches, IOMMU race conditions, and the impact on KVM, VFIO, DPDK, and GPU/NIC passthrough setups. The tag is relevant for administrators managing virtualization hosts and seeking to understand VT-d security issues.
CVE-2026-45944, published by NVD on May 27, 2026 and sourced from kernel.org, fixes a Linux Intel VT-d IOMMU bug where the kernel could tear down a 128-bit context entry in pieces while hardware still considered it present. The immediate patch is small, but the lesson is not. This is the kind of...
CVE-2026-43161, published by NVD on May 6, 2026, describes a Linux kernel Intel VT-d flaw where PCIe devices using ATS and passthrough can hard-lock a host when the device becomes inaccessible during removal, link failure, or userspace teardown. That sounds like a narrow kernel corner case, and...
The Linux kernel's VT-d IOMMU driver received a targeted upstream patch that closes a race-condition and use-after-free exposure in the I/O page-fault (IOPF) reporting path by switching to a rbtree lookup for probed devices and introducing a synchronization mutex — a change that corrects a...