4

Possible Duplicate:
How secure are virtual machines really? False sense of security?

I found out that malware authors check if the hard drive volume name, or network card MAC matches default virtual machine settings or other more esoteric solutions so their malware knows that its in a VM.So I was wondering if a malware can jump out from the VM and harm the physical(host) OS.

2 Answers2

3

Check this out : https://security.stackexchange.com/a/20341/11218

Ideally, the malware should not jump out from the VM to harm the host system. This is what virtualization software strive to achieve. But there have been demonstrated attacks of VM ESCAPE that shows how a malicious program can modify the memory of the host OS.

So, unless the virtualization software used is really old and un-updated, a malware wouldn't be able to jump to the host OS.

sudhacker
  • 4,260
  • 5
  • 23
  • 34
0

Another theoretical line of attack is over the network, where the VM is much more likely to be treated as a friend by virtue of being inside the LAN, or by sharing files with the host in ways that invite carelessness.

ddyer
  • 1,974
  • 1
  • 12
  • 20