WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] domU security

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] domU security
From: Mark Williamson <mark.williamson@xxxxxxxxxxxx>
Date: Tue, 7 Mar 2006 12:45:28 +0000
Cc: William <wcoolnet@xxxxxxxxx>
Delivery-date: Tue, 07 Mar 2006 12:52:47 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <8EEC3F15-EB0F-459E-8E87-3F2D185F59B4@xxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <8EEC3F15-EB0F-459E-8E87-3F2D185F59B4@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.1
Well, you can encrypt traffic to the domU (e.g. use SSL / SSH) that you 
consider to be sensitive.  The dom0 will be able to intercept all network 
traffic.

You can encrypt what's on disk.  The dom0 will be able to read the raw bytes 
of the disk but not decrypt without your keys.

Crypto keys and data that reside in memory will be readable by the dom0, and 
there's nothing you can really do about it.  Think of dom0 as "root" for the 
Xen host, it doesn't have a root account on your system but it's equivalent.

This means it implies a little more trust in your provider than renting a 
dedicated box or colocating your own server, since having a physically 
separtea machine makes it rather harder for the provider to poke around in 
it.  However, even in those cases, they could be intercepting your network / 
disk traffic quite easily.  It's even possible they could be pretending you 
have a dedicated box, whilst really running you in a virtual machine ;-) 
(although that'd be easy to check).

Obviously, other domUs shouldn't be able to read your memory / disk, although 
it's worth assuming that the virtual ethernet may leak information, rather 
like a real ethernet does.

Cheers,
Mark

-- 
Dave: Just a question. What use is a unicyle with no seat?  And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>