MSI
WinGet
Node.js 19
Node.js Foundation · 19.6.1 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v19.6.1-x86.msi /quiet /norestart
InstallPath
msiexec /i node-v19.6.1-x86.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{1F589FC5-705A-4849-94D9-B27ED240B885}
Product version operator
Greater than or equal to
Product version
19.6.1
MSI Properties
Product Code
{1F589FC5-705A-4849-94D9-B27ED240B885}
File Identity
Filename
node-v19.6.1-x86.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.19
Version
19.6.1
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v19.6.1/node-v19.6.1-x86.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
- CVE-2023-23919: OpenSSL errors not cleared in error stack (Medium)
- CVE-2023-23918: Experimental Policies bypass via process.mainModule.require(High)
- CVE-2023-23920: Insecure loading of ICU data through ICU_DATA environment variable (Low)
More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.
This security release includes OpenSSL security up…