VM: vm-8.pci-passthrough

Information

Virtual machines must limit PCI device passthrough functionality. DirectPath I/O features enable VMs to directly access system hardware, impacting risk mitigation tools like vMotion, DRS, and High Availability. It also potentially gives attackers privileged hardware access. Ensure only necessary VMs have this privilege, compensating with guest OS security controls.

Solution

Get-VM -Name $VM | Get-PassthroughDevice | Remove-PassthroughDevice

See Also

https://github.com/vmware/vcf-security-and-compliance-guidelines/raw/refs/heads/main/security-configuration-hardening-guide/vsphere/8.0/