Lucene search

K
githubGitHub Advisory DatabaseGHSA-R4PF-3V7R-HH55
HistoryMar 04, 2024 - 8:42 p.m.

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

2024-03-0420:42:45
CWE-426
CWE-427
GitHub Advisory Database
github.com
6
electron-builder
nsis installer
arbitrary code execution
windows
security vulnerability

CVSS3

7.3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

AI Score

6.6

Confidence

High

EPSS

0

Percentile

15.5%

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

Affected configurations

Vulners
Node
appcheapapp_builderRange<24.13.2wordpress
VendorProductVersionCPE
appcheapapp_builder*cpe:2.3:a:appcheap:app_builder:*:*:*:*:*:wordpress:*:*

CVSS3

7.3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

AI Score

6.6

Confidence

High

EPSS

0

Percentile

15.5%