Live data from Hacker News

Zoom RCE from Pwn2Own 2021

sector7.computest.nl

1–10 of 126 posts

Re: Zoom RCE from Pwn2Own 2021

#5
post #4
post #2

No one should be installing native apps for this now that we have WebRTC.

WebRTC has had plenty of implementation issues. https://googleprojectzero.blogspot.com/2020/08/exploiting-an...

There's a difference between Android native bugs and forgoing protection provided by browser on desktop instead of relying on Native apps.

Re: Zoom RCE from Pwn2Own 2021

#6
post #2

No one should be installing native apps for this now that we have WebRTC.

>> for this What is exactly “for this”?

I’d assume teleconferencing. And tbh, I’m not sure I disagree. WebRTC has some issues and certainly isn’t the greatest, but it feels like every teleconferencing solution goes through basically the same problems over and over again. I know some swear up and down that Zoom is better than any WebRTC solution and I am going to have to hard disagree, it has a larger featureset than say, Google Meet, but I don’t know anyone in my current org that isn’t disappointed in Zoom’s reliability or security issues. In my case the security issues I’ve personally heard of are less serious (mostly random people somehow getting into meetings — never witnessed that with Meet or anything else for that matter) but to be honest, I have zero trust in Zoom. If I could run it with less privileges than a browser tab I would.

I’d really prefer a world where people don’t have to deeply distrust software, but still adhere to principle of least privilege where it is reasonable to do so. I feel like if I have to install software natively, it better be software with a decent track record from a trustworthy team. However we’re really at a worst of both worlds situation with Zoom. I don’t trust it at all, and it gets a ton of privileges that are only checked in the sense that there might be some scrutiny from researchers.

Not saying I never had issues with the WebRTC solutions, but honestly, at worst I just found myself refreshing the tab and going on my way. Meanwhile I’ve been warned against even trying Zoom for Linux as apparently it makes the old Skype for Linux look like a solid product.

Re: Zoom RCE from Pwn2Own 2021

#7
post #2

No one should be installing native apps for this now that we have WebRTC.

Define "this". The web app has less features[0] and you might be forced by your employer to use a feature that doesn't exist in the web version.

[0] https://support.zoom.us/hc/en-us/articles/360027397692-Deskt...

Re: Zoom RCE from Pwn2Own 2021

#8
post #2

No one should be installing native apps for this now that we have WebRTC.

WebRTC still requires you to implement your own signalling layer, which is where most of these problems occur. Using XMPP for signalling in combination with WebRTC is very common.

Re: Zoom RCE from Pwn2Own 2021

#9
post #2

No one should be installing native apps for this now that we have WebRTC.

Unfortunately, Zoom deliberately cripples their web app to the point of being unusable. If your employer uses Zoom, there's no way to avoid the native app.

Re: Zoom RCE from Pwn2Own 2021

#10
post #2

No one should be installing native apps for this now that we have WebRTC.

One company has piss poor security; but there have been hundreds of native apps doing teleconferencing before, which were native.

Nothing to do with native or not; and pushing everything to a web-browser makes a really complicated bit of software with weird quirks and potential hidden bugs. Yes it’s more tested, but when your code paths are literally infinite- “more eyes” isn’t going to help.

Post reply on HN