QEMU-KVM Security

e100

Famous Member
Nov 6, 2010
1,268
47
113
Columbus, Ohio
ulbuilder.wordpress.com
Why does Proxmox run KVM process as root?

An exploit in KVM could allow execution of code in the host running as the user of the KVM process.
It would be much more secure to run KVM processes as an un-privlidged user.

Also, I noticed Debian issued a KVM related security patch today, is Proxmox already patched?
CVE-2014-0150

 
If KVM was running as a non-root user then such an exploit would be less of a concern.

Being able to crash the guest or gain access to the host as a non-provlidged user is one thing
Gaining root access through a guest exploit is a quite different situation.

If the guest is running as root already then the hardest part of gaining root access on the host is already done for the hacker.