Buffer Underflow Affecting electron package, versions <6.1.10 >=7.0.0 <7.2.2 >=8.0.0-beta.1 <8.2.0
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-565488
- published 15 Apr 2020
- disclosed 8 Apr 2020
- credit Unknown
How to fix?
Upgrade electron
to version 6.1.10, 7.2.2, 8.2.0 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 Buffer Underflow. Since there may be multiple instance of DWriteFontProxyImpl
instantiated for multiple RenderProcessHosts
, and DWriteFontProxyImpl::GetUniqueNameLookupTable
may access DWriteFontLookupTableBuilder::QueueShareMemoryRegionWhenReady
from separate threads, there may be race conditions around the pending_callbacks_
member of DWriteFontLookupTableBuilder
.