← Back to context

Comment by feketegy

6 years ago

Click on the app icon, hold, move to Trash.

It is mentioned in the third paragraph already, highlighted in green. They don't offer a method of clean removal to their users. They run a web server on your machine that will reinstall Zoom on your macOS whenever it is convenient for them (secretly, without asking you first).

See here: https://apple.stackexchange.com/questions/358651/unable-to-c...

That web server is exploitable, as explained in the article.

Note that most Zoom users (probably lots of business people) won't be capable of following the uninstall steps necessary at the moment..

  • I do NOT appear to have the web server running, but I did have the ~/.zoomus folder and the ZoomOpener app there.

    Is this because I'm scrupulous about killing LaunchAgents and LaunchDaemons?

    • Run this:

      ps aux | grep zoom

      You'll probably see "ZoomOpener" there. It is running but it's not in the "Force Quit" menu. Then, to kill it run:

      killall zoom

      Then you can follow the other directions indicated by the previous poster who gave information about how to lock your ~/.zoomus directory down to root so that it can't install itself again.

      1 reply →

Which isn't actually enough, since the surreptitiously installed server will happily go and reinstall the Zoom client for you whenever you load a zoom link, or a malicious link. You have to kill the server, and remove the ~/.zoomus directory as well. This is all pretty damning to be honest.

  • I would have loved to be a fly on the wall of the meetings where that policy was designed and approved.

    Did no one at all speak up and say "hey, running secret webservers on obscure ports without telling the user is shady stuff"?

Just to be sure, I don't think that's enough. You might want to kill the running process and remove the binary (as described under "Quick Fix" section in the blog post)