Viewing profile — jcjgraf
jcjgraf
HN member- Joined
- Fri, Sep 12, 2025, 12:45 PM UTC
- HN karma
- 4
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About jcjgraf
No profile information was provided.
Recent public activity
-
comment
Comment #45423218
Yes, Xen is indeed protected thanks to using Dom0 for running the pendant of Linux's userspace hypervisor (QEMU, fircracker, etc.).This is because transitions to Dom0 lead to a bra…
-
comment
Comment #45423192
Please see my other comment where I share more details about VMScape and why Xen is not affected. In short, it is because branch predictor state is flushed when transitioning to Do…
-
comment
Comment #45423175
VMScape does not allow an attacker to read memory of Dom0 or the host. Dom0 is safe because branch predictor state is flushed when transitioning to Dom0, and the host is secured as…
-
comment
Comment #45423133
Indeed, victim (e.g. userspace hypervisor like QEMU, firecracker, etc) and attacker (e.g. malicious guest) need to run on the same core. But with VMScape this is always give, becau…
-
comment
Comment #45423085
Author of the VMScape paper here. It's great to see an article highlighting the impact of VMScape on Xen, especially since our paper [1] does not discuss Xen in detail (we only bri…