Electron Releases

Filter by channel Filter by major release

Release Notes for v6.1.10

Fixes

  • Security: Backported fix for CVE-2020-6426: inappropriate implementation in V8. #23046
  • Security: backported a fix for crbug.com/1065094. #23060
  • Security: backported fix for a potential buffer overrun in WebRTC audio encoding. #23038
  • Security: backported the fix to CVE-2020-6452: potential container-overflow in MediaStream mojo. #23045

Other Changes

  • Security: Backport fix for buffer underflow in DWrite. #22980
  • Security: Backport fix for use after free in http cache. #22978
  • Security: Backported fix for use after free in file chooser. #22982
  • Security: backport fix for CVE-2020-6451: Use after free in WebAudio. #22946
  • Security: backported fix for CVE-2019-20503: Out of bounds read in usersctplib. #22987
  • Security: backported fix for CVE-2020-6428: Use after free in audio. #23014
  • Security: backported fix for CVE-2020-6429: Use after free in audio. #23012
  • Security: backported fix for CVE-2020-6449: Use after free in audio. #23010
  • Security: backported fix for use-after-poison in WebAudio (crbug.com/1023810). #22870

Release Notes for v6.1.9

Fixes

  • Backported V8 patch to fix bug in type inference. #22429
  • Fixed an OOB access in ReadableStream::Close (https://crbug.com/1045931). #22436
  • Fixed an integer overflow crash in ICU (https://crbug.com/1044570). #22422
  • Fixed crash with seccomp-bpf sandbox on linux and glibc 2.31. #22339