Loading HuntDB...

CVE-2016-10534

UNKNOWN
Published 2018-05-31T20:00:00Z
Actions:

Expert Analysis

Professional remediation guidance

Get tailored security recommendations from our analyst team for CVE-2016-10534. We'll provide specific mitigation strategies based on your environment and risk profile.

No CVSS data available

Description

electron-packager is a command line tool that packages Electron source code into `.app` and `.exe` packages. along with Electron. The `--strict-ssl` command line option in electron-packager >= 5.2.1 <= 6.0.0 || >=6.0.0 <= 6.0.2 defaults to false if not explicitly set to true. This could allow an attacker to perform a man in the middle attack.

Available Exploits

No exploits available for this CVE.

Related News

No news articles found for this CVE.

Affected Products

GitHub Security Advisories

Community-driven vulnerability intelligence from GitHub

✓ GitHub Reviewed LOW

SSL Validation Defaults to False in electron-packager

GHSA-q43m-ffwr-rpcc

Advisory Details

Affected versions of `electron-packager` configure the generated application to disable SSL certificate verification by default. This could allow an attacker with a privileged network position to launch a Man In The Middle (MITM) attack on the install process, intercepting the step where electron-packager downloads Electron for supported target platforms and architectures, and replacing the valid download with a tampered malicious one. This only affects users using the electron-packager CLI. The strict-ssl option defaults to true for the node.js API. ## Recommendation 1. Update to version 7.0.0 or later. 2. Delete the `electron-download` cache folder, which is by default located at `~/.electron`.

Affected Packages

npm electron-packager
ECOSYSTEM: ≥5.2.1 <7.0.0

CVSS Scoring

CVSS Score

2.5

Advisory provided by GitHub Security Advisory Database. Published: February 18, 2019, Modified: January 8, 2021

References

Published: 2018-05-31T20:00:00Z
Last Modified: 2024-09-17T02:37:40.090Z
Copied to clipboard!