3

I'm worrying about the security of the VM host machine (against guests) as the Kernel-Based Vitrual Machine operates at kernel level.

UPDATE: Is there any guarantee that a guest can't manipulate/break the host system (execute instructions, etc.)?

UPDATE (to avoid "absolutism"): If there isn't any such guarantee, is the KVM less secure, than a non-K VM?

Al Klimov
  • 131
  • 1
  • 4

1 Answers1

3

There is no guarantee with any computational system that it can't be broken/manipulated.

Here is a list of vulnerabilities in QEMU, its up to you to determine if your specific version is vulnerable or not, and how "easy" it is to be targeted.

As a side note: we tend to avoid absolutisms in infosec because there usually is no guarantee of anything, what is bullet proof today is a swiss cheese tomorrow.

Purefan
  • 3,560
  • 19
  • 26