VDB
KO
MEDIUM 6.3

GHSA-jm7p-cc5g-qwxx

Electron: Parent process code-sign check is spoofable

Quick fix

GHSA-jm7p-cc5g-qwxx — electron: upgrade to the fixed version with the command below.

npm install electron@39.8.8

Details

### Impact On macOS, the check Electron uses to confirm it was launched by a same-signed parent process could be bypassed by a local process. Apps that enable the fuse-based hardening restricting `ELECTRON_RUN_AS_NODE` and `NODE_OPTIONS` to same-signed parents rely on this check; a local attacker could bypass it and run their own code inside the signed app, inheriting its TCC permissions and keychain access.

Apps are only affected if they enable those macOS fuse-based restrictions. Apps that do not enable them are not affected.

### Workarounds There are no app side workarounds, you must update to a patched version of Electron.

### Fixed Versions * `42.0.0-beta.3` * `41.2.1` * `40.9.0` * `39.8.8`

### For more information If you have any questions or comments about this advisory, email us at [security@electronjs.org](mailto:security@electronjs.org)

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / electron
Introduced in: 0 Fixed in: 39.8.8
Fix npm install electron@39.8.8
npm / electron
Introduced in: 40.0.0-alpha.1 Fixed in: 40.9.1
Fix npm install electron@40.9.1
npm / electron
Introduced in: 41.0.0-alpha.1 Fixed in: 41.2.1
Fix npm install electron@41.2.1
npm / electron
Introduced in: 42.0.0-alpha.1 Fixed in: 42.0.0-beta.3
Fix npm install electron@42.0.0-beta.3

References