Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-r4pf-3v7r-hh55: electron-builder's NSIS installer - execute arbitrary code on the target machine (Windows only)

Impact

Windows-Only: 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.

Patches

Fixed in https://github.com/electron-userland/electron-builder/pull/8059

Workarounds

None, it 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.

References

https://cwe.mitre.org/data/definitions/426.html https://cwe.mitre.org/data/definitions/427

ghsa
#mac#windows#nodejs#git

Package

npm app-builder-lib (npm)

Affected versions

< 24.13.1

Patched versions

24.13.2

Description

Impact

Windows-Only: 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.

Patches

Fixed in electron-userland/electron-builder#8059

Workarounds

None, it 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.

References

https://cwe.mitre.org/data/definitions/426.html
https://cwe.mitre.org/data/definitions/427

References

  • GHSA-r4pf-3v7r-hh55
  • electron-userland/electron-builder#8059
  • electron-userland/electron-builder@8f4acff

mmaietta published to electron-userland/electron-builder

Mar 2, 2024

Published to the GitHub Advisory Database

Mar 4, 2024

Reviewed

Mar 4, 2024

Last updated

Mar 4, 2024

ghsa: Latest News

GHSA-g85v-wf27-67xc: Harden-Runner has a command injection weaknesses in `setup.ts` and `arc-runner.ts`