Live data from Hacker News

Xen exploitation part 3: XSA-182, Qubes escape

blog.quarkslab.com

1–6 of 6 posts

Re: Xen exploitation part 3: XSA-182, Qubes escape

#2
If you're a security newb like me but you are using Qubes, update your dom0 software and this vulnerability is fixed. run:

sudo qubes-dom0-update

The exploit itself allows an attacker who gains control of one domain (like your untrusted cat video domain) to execute scripts in any domain.

Re: Xen exploitation part 3: XSA-182, Qubes escape

#4
post #3

Style points for running xcalc to demonstrate arbitrary code execution on a UNIX desktop. calc.exe is pretty common for this sort of thing on Windows, but I think I'd forgotten xcalc even existed until seeing the screenshot. :)

XCalc is all about doing arbitrary calculations.

Re: Xen exploitation part 3: XSA-182, Qubes escape

#5
While Qubes is probably the most secure desktop OS available, reading through this code shows the extreme conflict between high performance code. Especially highly optimized C code, and security. When I look at that code, I cannot use intuition, I have to think really hard to understand what it is doing and even in doing so, I might well be wrong in my understanding.