CVE-2023-44402 MEDIUM

CVE-2023-44402: ASAR Integrity bypass via filetype confusion in electron

Vendor Electron
Product electron
Weakness CWE-345
Published December 1, 2023
Last update August 2, 2024

CVSS base score

6.1/10
Attack vector Local
Attack complexity Low
Privileges required Low
User interaction Required
Confidentiality Low
Integrity High

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:H/A:L

What the vulnerability does

01Description

Electron is an open source framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. This only impacts apps that have the `embeddedAsarIntegrityValidation` and `onlyLoadAppFromAsar` fuses enabled. Apps without these fuses enabled are not impacted. This issue is specific to macOS as these fuses are only currently supported on macOS. Specifically this issue can only be exploited if your app is launched from a filesystem the attacker has write access too. i.e. the ability to edit files inside the `.app` bundle on macOS which these fuses are supposed to protect against. There are no app side workarounds, you must update to a patched version of Electron.

Key dates

02Disclosure timeline

December 1, 2023 CVE published
August 2, 2024 Record updated

Related vulnerabilities

04Related CVE