MSI
WinGet
Node.js 14
Node.js Foundation · 14.20.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v14.20.1-x64.msi /quiet /norestart
InstallPath
msiexec /i node-v14.20.1-x64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{95A39A9F-E695-470B-A408-B229956B3291}
Product version operator
Greater than or equal to
Product version
14.20.1
MSI Properties
Product Code
{95A39A9F-E695-470B-A408-B229956B3291}
File Identity
Filename
node-v14.20.1-x64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.14
Version
14.20.1
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v14.20.1/node-v14.20.1-x64.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-2022-32212: DNS rebinding in --inspect on macOS (High)
- CVE-2022-32213: bypass via obs-fold mechanic (Medium)
- CVE-2022-35256: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium)
More detailed information on each of the vulnerabilities can be found in September 22nd 2022 Security Releases blog post.
Commits
- [a9f1146b88] - http: disable chunked encoding when OBS fold is used (…