Information Disclosure Vulnerability
HighCVE-2023-33144 · Published Jun 13, 2023
## VS Code Information Disclosure Vulnerability A information disclosure vulnerability exists in VS Code `1.79.0` and earlier versions on Windows when file system operations are performed on malicious UNC paths. Examples include reading or resolving metadata of such paths. An authorised attacker must send the user a malicious file and convince the user to open it for the vulnerability to occur. Exploiting this vulnerability could allow the disclosure of NTLM hashes. ### Patches The fix is available starting with **VS Code 1.79.1**. It involved changes to VS Code as well as the node.js component that VS Code leverages for file system operations: * the change in https://github.com/microsoft/vscode/commit/67fa15cbc7ecfcc164127c5a346c1185596e9dce updates our versions of Electron and node.js * the change in https://gist.github.com/bpasero/ad230c2c8921e5d0470a1466b130b24f patches node.js `16.17.1` normalizes paths and throws an error when using paths of the form `\\?\globalroot` or `\\?\global` ### Workarounds Do not open workspaces or files on UNC paths. Do not open workspaces or files that contain UNC paths as text. ### References * The patches for this can be found at https://gi...
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| vscode Product | < 1.79.1 | 1.79.1 |
Details and references
## VS Code Information Disclosure Vulnerability A information disclosure vulnerability exists in VS Code `1.79.0` and earlier versions on Windows when file system operations are performed on malicious UNC paths. Examples include reading or resolving metadata of such paths. An authorised attacker must send the user a malicious file and convince the user to open it for the vulnerability to occur. Exploiting this vulnerability could allow the disclosure of NTLM hashes. ### Patches The fix is available starting with **VS Code 1.79.1**. It involved changes to VS Code as well as the node.js component that VS Code leverages for file system operations: * the change in https://github.com/microsoft/vscode/commit/67fa15cbc7ecfcc164127c5a346c1185596e9dce updates our versions of Electron and node.js * the change in https://gist.github.com/bpasero/ad230c2c8921e5d0470a1466b130b24f patches node.js `16.17.1` normalizes paths and throws an error when using paths of the form `\\?\globalroot` or `\\?\global` ### Workarounds Do not open workspaces or files on UNC paths. Do not open workspaces or files that contain UNC paths as text. ### References * The patches for this can be found at https://github.com/microsoft/vscode/commit/67fa15cbc7ecfcc164127c5a346c1185596e9dce and https://gist.github.com/bpasero/ad230c2c8921e5d0470a1466b130b24f * An advisory for this can be found at https://github.com/microsoft/vscode/security/advisories/GHSA-j5wm-6crw-xvmr * MSRC details for this can be found at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-33144 * Our [FAQ entry](https://aka.ms/vscode-windows-unc) for how to work with UNC paths on Windows
- Severity from
- GitHub (reviewed advisory)
More Microsoft advisories
All Microsoft| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Sep 122023 | Remote Code Execution Vulnerability | High | 1.82.1 |
| Sep 122023 | Remote Code Execution Vulnerability | High | 1.80.2 |
| May 92023 | Information Disclosure Vulnerability | High | 1.78.1 |
| Apr 112023 | Remote Code Execution Vulnerability | High | 1.77.1 |
| Jan 102023 | Remote Code Execution Vulnerability | Medium | 1.74.3 |
| Oct 112022 | Information Disclosure Vulnerability | Medium | 1.71.1 |