Live data from Hacker News

Escaping VMware Workstation Through COM1

docs.google.com

1–10 of 15 posts

Re: Escaping VMware Workstation Through COM1

#3

Anyone know why some of the images are incredibly low resolution?

If you look at the non-mobile version at https://docs.google.com/document/d/1sIYgqrytPK-CFWfqDntraA_F... you'll see that the images have been resized to the width of the page, probably from much larger images, causing the text to be very small and fuzzy.

Re: Escaping VMware Workstation Through COM1

#5
Virtualization is a great tool for using "well behaved" programs. It's foolhardy to expect it to defend against sophisticated malicious software.

About 40 years ago IBM studied the security of their own VM technology. They found many exploitable bugs, and this was on a codebase that was probably less than 1% the size of VMware. I wrote more about IBM's findings on HN about 3 months ago:

https://news.ycombinator.com/item?id=9241807

Re: Escaping VMware Workstation Through COM1

#6
That's not the only place that has poor isolation: clocks, cache, devices ...

virtualization comes with the lie of hardware isolation while devices are views on common peripherals that are isolated at application level by an incorrect abstraction.

jails and virtual machines alike are jails made of a strong but viciously brittling glass.

Re: Escaping VMware Workstation Through COM1

#9
post #8

Remind me: Are modern hypervisors meant to securely contain guests? Because they advertise their presence pretty loudly, and there's nothing which motivates a jail-break like reminding the inmate they're in a cell.

This is why I'm not a fan of public cloud virtualization for high security systems (PCI-DSS/HIPPA/etc).

In addition to the escapes, you need to contend with side channel timing observation and resource contention.

Re: Escaping VMware Workstation Through COM1

#10
Well I suppose a guest with access the internet could also deploy malware to a website which is then visited by the host computer and downloads a hack that patches vmware to allow full host control from the guest.

Depends on what you mean by "escape".

Post reply on HN