CVE-2024-27303
CVSS V2 None
CVSS V3 None
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.
Overview
- CVE ID
- CVE-2024-27303
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-03-06T18:35:37.973Z
- Last Modified Date
- 2024-03-06T18:35:37.973Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/electron-userland/electron-builder/security/advisories/GHSA-r4pf-3v7r-hh55 | x_refsource_CONFIRM |
https://github.com/electron-userland/electron-builder/pull/8059 | x_refsource_MISC |
https://github.com/electron-userland/electron-builder/commit/8f4acff3c2d45c1cb07779bb3fe79644408ee387 | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-27303 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-27303 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-26 02:13:12 | Added to TrackCVE |