LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16003: windows-build-tools is a module for installing C++ Build Tools for Windows using npm.

windows-build-tools is a module for installing C++ Build Tools for Windows using npm. windows-build-tools versions below 1.0.0 download resources over HTTP, which leaves it vulnerable to MITM attacks. It may be possible to cause remote code execution (RCE) by swapping out the requested resources with an attacker controlled copy if the attacker is on the network or positioned in between the user and the remote server.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This affects the npm package windows-build-tools before 1.0.0. During installation, it downloaded required resources over plain HTTP. A network-positioned attacker could replace those downloads, potentially running attacker-controlled code on Windows developer or build systems.

Executive priority

Treat this as a targeted build-chain risk, not a broad internet-facing emergency. Prioritize cleanup where Windows build systems handle sensitive code, signing material, or production deployment credentials.

Technical view

CVE-2017-16003 is a CWE-311 issue in windows-build-tools <1.0.0. The package fetched installation resources without transport encryption, creating a man-in-the-middle path to substitute resources. The source description states this may enable remote code execution when the attacker is on-path.

Likely exposure

Exposure is most likely in legacy Node/npm projects, Windows developer workstations, CI images, or build scripts that still install windows-build-tools versions below 1.0.0.

Exploitation context

The provided sources do not show KEV listing or confirmed active exploitation. Exploitation depends on a vulnerable install event and an attacker positioned on the network path between the host and remote resource server.

Researcher notes

Evidence is limited to the CVE description, affected range, advisory reference, and fixing commit. No CVSS score, exploit details, or active exploitation evidence is provided in the bundle. Do not assume products beyond the named npm module.

Mitigation direction

  • Upgrade windows-build-tools to 1.0.0 or later where the package is still required.
  • Remove legacy install scripts that pin windows-build-tools below 1.0.0.
  • Avoid running vulnerable installs on untrusted networks or through untrusted proxies.
  • Review vendor advisory and commit before approving any legacy exception.
  • Rebuild affected Windows build hosts from trusted images if compromise is suspected.

Validation and detection

  • Search package.json, package-lock.json, npm-shrinkwrap.json, and CI scripts for windows-build-tools versions below 1.0.0.
  • Check Windows build images and bootstrap scripts for historical installation of the vulnerable package.
  • Confirm current builds no longer fetch installer resources using the vulnerable package path.
  • Review proxy or network logs around vulnerable install windows if compromise is suspected.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-311: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2017-16003 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOnewindows-build-tools node module<1.0.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.