Vagrant has detected a configuration issue which exposes a vulnerability with the installed version of VirtualBox

After updating Vagrant to the latest version I get these complaints in the terminal when running vagrant up in the trellis directory. Perhaps some configuration needs to be updated?

Vagrant has detected a configuration issue which exposes a vulnerability with the installed version of VirtualBox. The current guest is configured to use an E1000 NIC type for a network adapter which is vulnerable in this version of VirtualBox. Ensure the guest is trusted to use this configuration or update the NIC type using one of the methods below:

    https://www.vagrantup.com/docs/virtualbox/configuration.html#default-nic-type
    https://www.vagrantup.com/docs/virtualbox/networking.html#virtualbox-nic-type

Every part of this message indicates that the problem is with Virtualbox, not with Trellis or Bedrock. Have you tried updating Virtualbox?

1 Like

I get this warning with the current virtualbox version (5.2.22) as well.
The bug is this:


And it seems to be fixed in virtualbox 5.2.22:

But apparently vagrant was not adapted yet:

2 Likes

This topic was automatically closed after 42 days. New replies are no longer allowed.