MSI
WinGet
Node.js 14
Node.js Foundation · 14.18.3 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v14.18.3-x86.msi /quiet /norestart
InstallPath
msiexec /i node-v14.18.3-x86.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{6333BD02-56D4-490C-B501-2D2F509AF72B}
Product version operator
Greater than or equal to
Product version
14.18.3
MSI Properties
Product Code
{6333BD02-56D4-490C-B501-2D2F509AF72B}
File Identity
Filename
node-v14.18.3-x86.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.14
Version
14.18.3
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v14.18.3/node-v14.18.3-x86.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
This is a security release.
Notable changes
Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531)
Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js was accepting URI SAN types, which PKIs are often not defined to use. Additionally, when a protocol allows URI SANs, Node.js did not match the URI correctly.
Versions of Node.js with the fix…