4

I have a home computer with Windows 7 64-bit Pro installed. For nearly all of what I do, this setup works great, but I have some web applications which won't work. I've experimented and discovered they work fine on a Windows XP 32-bit virtual machine (with IE 7).

I use this virtual machine very infrequently and only for web applications. I would have no problem wiping it and creating a new one if necessary, so the question is whether I need to install antivirus software on it. Is it possible for viruses to propagate from the virtual machine to the host?

Psycogeek
  • 9,139
JDB
  • 355

1 Answers1

5

tl;dr; Yes, you should run an antivirus on the VM. *


Is it possible for viruses to propagate from the virtual machine to the host?

Technically: Yes.

There has not been a virus that affects a virtual machine through the hypervisor (that's the program you run to START the virtual machine; e.g. vmware workstation, hyper-v), however, this is a security concern.

Having written that: If your virtual machine is connected to the same network as your win7 host then you are just as vulnerable as if someone brought an infected laptop to your home network and connected it.

If you drag and drop files between the two and one gets infected inside the XP VM, then dragging it to the win7 host will result in an infected file on the win7 host.


* And keep the VM up to date. And configure a firewall. Etc etc.

Psycogeek
  • 9,139
Hennes
  • 65,804
  • 7
  • 115
  • 169