MSI
WinGet
Node.js 14
Node.js Foundation · 14.18.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v14.18.1-x64.msi /quiet /norestart
InstallPath
msiexec /i node-v14.18.1-x64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{36F3A69E-6E73-4879-B97F-9E586EC5741C}
Product version operator
Greater than or equal to
Product version
14.18.1
MSI Properties
Product Code
{36F3A69E-6E73-4879-B97F-9E586EC5741C}
File Identity
Filename
node-v14.18.1-x64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.14
Version
14.18.1
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v14.18.1/node-v14.18.1-x64.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
This is a security release.
Notable changes
- CVE-2021-22959: HTTP Request Smuggling due to spaced in headers (Medium)
- The http parser accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS). More details will be available at CVE-2021-22959 after publication.
- CVE-2021-22960: HTTP Request Smuggling when parsing the body (Medium)
- The parse ignores chunk extensions when parsing the body of chunked requests. This leads…