Use After Free Affecting electron package, versions <6.1.10 >=7.0.0 <7.2.2 >=8.0.0-beta.1 <8.0.0-beta.6
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JS-ELECTRON-565705
- published 15 Apr 2020
- disclosed 8 Apr 2020
- credit Unknown
How to fix?
Upgrade electron
to version 6.1.10, 7.2.2, 8.0.0-beta.6 or higher.
Overview
electron is a framework which lets you write cross-platform desktop applications using JavaScript, HTML and CSS.
Affected versions of this package are vulnerable to Use After Free. An AudioContext
is considered to have activity if it's not closed. Previously, suspended contexts were considered has having no activity, but that's not quite true since the context can be resumed at any time after. This would allow contexts to be collected prematurely even though the context was resumed. This causes the audio thread to access objects that are possibly deleted.