Popular video conferencing app, Zoom has a security flaw that allows hackers to steal usersโ Windows 10 network login credentials if they click on a malicious link in the chat window, reports BleepingComputer.
For those unaware, Zoom recently has seen a sudden surge in popularity and usage, as people are forced to work and study from home amidst the coronavirus (COVID-19) pandemic.ย
Spotted by cybersecurity researchers, Mitch (@_g0dmode) and Matthew Hickey (@HackerFantastic), the Zoom client for Windows is vulnerable to a high-risk Universal Naming Convention (UNC) injection vulnerability that enables hackers to steal a user’s login name and their NTLM password hash every time someone clicks on a link within messages.
Hi @zoom_us & @NCSC – here is an example of exploiting the Zoom Windows client using UNC path injection to expose credentials for use in SMBRelay attacks. The screen shot below shows an example UNC path link and the credentials being exposed (redacted). pic.twitter.com/gjWXas7TMO
— Hacker Fantastic (@hackerfantastic) March 31, 2020
Apparently, Zoom is automatically converting all URLs sent via text messages into clickable links, including UNC paths.
Currently, it is unable to discriminate between actual URLs and Windows networking UNC paths, converting all of them into hyperlinks all together.ย
โWhen a user clicks on a UNC path link, Windows will attempt to connect to a remote site using the SMB file-sharing protocol to open the remote cat.jpg file,โ explained BleepingComputer. By default, Windows sends the userโs login name and NT Lan Manager (NTLM) credential hash to the malicious server, which can then be easily decrypted.
Interestingly, similar behavior was noticed by Mohamed A. Basetย on macOS but it required more user interaction.
Hickey has notified Zoom of the issue. “Zoom should not render UNC paths as hyperlinks is the fix, I have notified Zoom as I disclosed it on Twitter”, Hickey said.ย
Zoom in a statement to BleepingComputer said that they are working on a fix to address the UNC issue.
“At Zoom, ensuring the privacy and security of our users and their data is paramount. We are aware of the UNC issue and are working to address it,” Zoom told BleepingComputer.
You can protect yourself against this security vulnerability as explained byย BleepingComputer.
All you need to do is, go to Group Policy Editor > Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options > Network security: Restrict NTLM: Outgoing NTLM traffic to remote servers, and selectย Deny all.
With changing the policy to Deny all, Windows will no longer automatically send your NTLM credentials to a remote server when accessing a share.ย
If you are a Windows 10 Home user and don’t have access to Group Policy Editor, go to the Registry Editor, then HKEY_LOCAL_MACHINE\SYSTEM\C urrentControlSet\Control\Lsa\MSV1_0 and create a new DWORD value called RestrictSendingNTLMTraffic, giving it a value of 2.
Additionally, it is also advisable not to click on links in Zoom chat windows that use backward slashes. Also, ensure that all the URLs that you click on to begin with “http” or “https”.ย