CVE-2024-39698
Last modified
CVE-2024-39698 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. electron-updater allows for automatic updates for Electron apps. The file `packages/electron-updater/src/windowsExecutableCodeSignatureVerifier.ts` implements the signature validation routine for Electron applications on Windows. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
electron-updater allows for automatic updates for Electron apps. The file `packages/electron-updater/src/windowsExecutableCodeSignatureVerifier.ts` implements the signature validation routine for Electron applications on Windows. Because of the surrounding shell, a first pass by `cmd.exe` expands any environment variable found in command-line above. This creates a situation where `verifySignature()` can be tricked into validating the certificate of a different file than the one that was just downloaded. If the step is successful, the malicious update will be executed even if its signature is invalid. This attack assumes a compromised update manifest (server compromise, Man-in-the-Middle attack if fetched over HTTP, Cross-Site Scripting to point the application to a malicious updater server, etc.). The patch is available starting from 6.3.0-alpha.6.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Electron | Electron-Builder | < 6.3.0 | — |
| Electron | Electron-Builder | 6.3.0 | Alpha0 |
References
- https://github.com/electron-userland/electron-builder/pull/8295Issue Tracking, Patch
- https://github.com/electron-userland/electron-builder/security/advisories/GHSA-9jxc-qjr9-vjxqExploit, Vendor Advisory
- https://github.com/electron-userland/electron-builder/pull/8295Issue Tracking, Patch
- https://github.com/electron-userland/electron-builder/security/advisories/GHSA-9jxc-qjr9-vjxqExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-39698?
How severe is CVE-2024-39698?
How do I fix CVE-2024-39698?
Are you affected by CVE-2024-39698?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
