How to check Zoom running a secret web server on the Mac

Recently, a serious vulnerability was discovered in Zoom, the popular online meeting application for Mac. The application runs a secret web server in the background even if you have uninstalled it, Zoom can still reinstall and even turn on your video camera.

If you are wondering if your Mac is affected, follow the way below to check it out.

  1. 6 best free online meeting tools for team collaboration
  2. 5 tools to help manage and schedule
  3. The best video calling applications on Windows, Mac, iPhone, Android

To see if your Mac has installed the main Zoom application, open the Finder application, select Applications and search for zoom.us in the list. If the application is already installed, you can almost make sure that your computer is running an underground web server.

However, even if you don't see the application here, the web server can still run in the background if you've ever installed and uninstalled Zoom.

How to check Zoom running a secret web server on the Mac Picture 1

To check if the server is running, open the Terminal window by pressing Command + Space to open the Spotlight search, type Terminal and press Enter . You can also go to Finder> Applications> Utilities> Terminal .

Then, type the following command into Terminal and press Enter .

 lsof -i: 19421 

If you see the ZoomOpene process, it means that the web server is running in the background.

How to check Zoom running a secret web server on the Mac Picture 2

In this case, you want to remove the Zoom completely from the system, run the command below. This is done when you have uninstalled the Zoom application from the Applications folder. If not, the Zoom update will reactivate the web server.

 pkill ZoomOpener 
rm -rf ~ / .zoomus

How to check Zoom running a secret web server on the Mac Picture 3

If you still want to keep Zoom, you can follow Lifehacker quick guide by turning on Turn off my video option when joining a meeting to ensure safety.

Browser-based online meeting applications can be a better solution in the future if you only use an application in a browser that doesn't install software, it can't do shady things like this with Your Mac or PC.

I wish you all success!

4 ★ | 2 Vote

May be interested

  • How to keep your MacBook safe in public?Photo of How to keep your MacBook safe in public?
    if you regularly connect to free wi-fi hotspots your data may be at risk from snoopers and hackers. follow these instructions to keep your data safe as possible.
  • Forgot Password to access Macbook?Photo of Forgot Password to access Macbook?
    the fact that users forget their password to log on to a computer, macbook is a frequent occurrence. however in this case many people will not know how to do it?
  • How to fix 'Wifi: No Hardware Installed' error on Mac OS XPhoto of How to fix 'Wifi: No Hardware Installed' error on Mac OS X
    in case your mac has errors wifi: no hardware installed. you should not worry too much because this error is completely fixable. in the following article, network administrator will guide you through the steps to fix the error.
  • How to set up shortcuts to quickly lock Mac OS X screenPhoto of How to set up shortcuts to quickly lock Mac OS X screen
    when the mac is put into sleep mode, users will have to enter the password if they want to use it. however, we can completely set shortcuts to quickly turn off the computer when needed.
  • How to activate Hey Siri on macOS SierraPhoto of How to activate Hey Siri on macOS Sierra
    one of the most prominent features on the macos sierra is siri of ios. on ios devices, users can quickly activate siri by voice with the command 'hey siri', but currently, on macos sierra, this feature is not available. however, if you want mac users can still activate hey siri on macos sierra manually.
  • What is lost + found folder on Linux and macOS?Photo of What is lost + found folder on Linux and macOS?
    on linux, users use the fsck (file system check) command to check for corrupted system files. fsck can find corrupted files on the file system. if any files are found to be corrupted, fsck will remove the corrupted data from the file system and move to the lost + found directory.