LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16151: Based on details posted by the ElectronJS team; A remote code execution vulnerability has been discovered i...

Based on details posted by the ElectronJS team; A remote code execution vulnerability has been discovered in Google Chromium that affects all recent versions of Electron. Any Electron app that accesses remote content is vulnerable to this exploit, regardless of whether the [sandbox option](https://electron.atom.io/docs/api/sandbox-option) is enabled.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a remote code execution issue affecting vulnerable Electron releases. The source says any Electron app that accesses remote content is vulnerable, even when sandboxing is enabled. Business urgency depends on whether the organization ships or uses Electron apps built on the affected version ranges and renders remote content.

Executive priority

Treat this as high priority for Electron-based desktop apps with remote content. It warrants fast inventory and upgrade planning, but the provided evidence does not support claiming active exploitation.

Technical view

CVE-2017-16151 is tied to a Google Chromium RCE impacting Electron. The affected electron node module ranges are listed as <1.6.14 and >=1.7.0 <1.7.8, with CWE-94 assigned. The provided description states sandboxing does not remove exposure for apps accessing remote content.

Likely exposure

Exposure is most likely in desktop applications built with affected Electron versions that load remote web content. Internal-only Electron apps may still be exposed if they render externally controlled pages or content feeds.

Exploitation context

The bundle does not cite active exploitation, and KEV is false. The impact is serious because the vulnerability class is remote code execution, but exploit prevalence and in-the-wild activity are not established by the provided sources.

Researcher notes

The source bundle is limited: no CVSS vector, no detailed patch notes, and no exploit-status evidence. Validate exposure through package versions and application behavior rather than assuming all desktop software is affected.

Mitigation direction

  • Upgrade Electron outside the listed affected version ranges.
  • Prioritize apps that access remote content.
  • Check Electron and npm advisory guidance before deploying changes.
  • Retire unsupported Electron builds where upgrade is impractical.

Validation and detection

  • Inventory Electron applications and dependency versions.
  • Review lockfiles for affected electron ranges.
  • Identify apps that load remote or user-controlled content.
  • Confirm deployed builds use fixed Electron versions.
  • Document any residual exposure awaiting vendor guidance.
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 · medium confidence lookup

CWE-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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-16151 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.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOneelectron node module< 1.6.14 || >= 1.7.0 < 1.7.8Listed
Weakness

CWE details

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

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.