CVE-2022-29247 (Low) detected in electron-13.6.6.tgz #1328
Labels
Mend: dependency security vulnerability
Security vulnerability detected by WhiteSource
Milestone
CVE-2022-29247 - Low Severity Vulnerability
Build cross platform desktop apps with JavaScript, HTML, and CSS
Library home page: https://registry.npmjs.org/electron/-/electron-13.6.6.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
Found in base branch: master
Electron is a framework for writing cross-platform desktop applications using JavaScript (JS), HTML, and CSS. A vulnerability in versions prior to 18.0.0-beta.6, 17.2.0, 16.2.6, and 15.5.5 allows a renderer with JS execution to obtain access to a new renderer process with
nodeIntegrationInSubFrames
enabled which in turn allows effective access toipcRenderer
. ThenodeIntegrationInSubFrames
option does not implicitly grant Node.js access. Rather, it depends on the existing sandbox setting. If an application is sandboxed, thennodeIntegrationInSubFrames
just gives access to the sandboxed renderer APIs, which includeipcRenderer
. If the application then additionally exposes IPC messages without IPCsenderFrame
validation that perform privileged actions or return confidential data this access toipcRenderer
can in turn compromise your application / user even with the sandbox enabled. Electron versions 18.0.0-beta.6, 17.2.0, 16.2.6, and 15.5.5 contain a fix for this issue. As a workaround, ensure that all IPC message handlers appropriately validatesenderFrame
.Publish Date: 2022-06-13
URL: CVE-2022-29247
Base Score Metrics:
Type: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29247
Release Date: 2022-06-13
Fix Resolution: electron - 15.5.5,16.2.6,17.2.0,18.0.0
The text was updated successfully, but these errors were encountered: