Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. app-builder-lib
  4. ›
  5. CVE-2024-27303

CVE-2024-27303: electron-builder's NSIS installer - execute arbitrary code on the target machine (Windows only)

March 4, 2024 (updated March 6, 2024)

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

References

  • github.com/advisories/GHSA-r4pf-3v7r-hh55
  • github.com/electron-userland/electron-builder
  • github.com/electron-userland/electron-builder/commit/8f4acff3c2d45c1cb07779bb3fe79644408ee387
  • github.com/electron-userland/electron-builder/pull/8059
  • github.com/electron-userland/electron-builder/security/advisories/GHSA-r4pf-3v7r-hh55
  • nvd.nist.gov/vuln/detail/CVE-2024-27303

Code Behaviors & Features

Detect and mitigate CVE-2024-27303 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 24.13.2

Fixed versions

  • 24.13.2

Solution

Upgrade to version 24.13.2 or above.

Impact 7.3 HIGH

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

Learn more about CVSS

Weakness

  • CWE-426: Untrusted Search Path
  • CWE-427: Uncontrolled Search Path Element

Source file

npm/app-builder-lib/CVE-2024-27303.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:02 +0000.