CVE-2024-27303

HIGH EPSS 19.9%
Published Mar 6, 20242y ago · Modified Jun 17, 20262w ago
7.3 CVSS 3.1
High
Find Similar
Published Mar 6, 2024 2y ago
Last Modified Jun 17, 2026 2w ago

Description

electron-builder is a solution to package and build a ready for distribution Electron, Proton Native app for macOS, Windows and Linux. A vulnerability that only affects eletron-builder prior to 24.13.2 in Windows, the NSIS installer makes a system call to open cmd.exe via NSExec in the `.nsh` installer script. NSExec by default searches the current directory of where the installer is located before searching `PATH`. This means that if an attacker can place a malicious executable file named cmd.exe in the same folder as the installer, the installer will run the malicious file. Version 24.13.2 fixes this issue. No known workaround exists. The code executes at the installer-level before the app is present on the system, so there's no way to check if it exists in a current installer.

CVSS Details

Base Score
7.3
Exploitability
1.3
Impact
5.9
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction Required
Scope Unchanged
Confidentiality High
Integrity High
Availability High

Threat Intelligence

EPSS Exploit Probability
19.9% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 2

CWE-426
CWE-427

Affected Products 2

VendorProductVersionRange
electronelectron-builder* <24.13.2
microsoftwindows*any

References 3

  • github.com https://github.com/electron-userland/electron-builder/commit/8f4acff3c2d45c1cb07779bb3fe79644408ee387
    Patch
  • github.com https://github.com/electron-userland/electron-builder/pull/8059
    Issue Tracking
  • github.com https://github.com/electron-userland/electron-builder/security/advisories/GHSA-r4pf-3v7r-hh55
    Vendor Advisory

Remediation

  • github.com https://github.com/electron-userland/electron-builder/commit/8f4acff3c2d45c1cb07779bb3fe79644408ee387
    Patch