Prevent automatic mounting of USB devices on the ESX Host
This is potential security risk as an attacker could compromise the security of the host by inserting a usb device in the host and uploading malicious data.
Remediation
- Login to the service console via ssh
- Edit the file /etc/modules.conf
- Comment out the line alias usb-controller
- Save the file





Link to this page