Description
electerm before 5.3.15 exposes 40+ main-process functions through an unvalidated Electron IPC handler with no function-name allowlist or sender validation. Renderer-side script execution can invoke openFileWithEditor and other functions with arbitrary arguments to execute system commands in the main process.
Published: 2026-09-08
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Electerm versions prior to 5.3.15 expose more than forty main‑process functions through an Electron IPC handler that accepts messages from renderer pages without validating the function name or the sender. The handler allows renderer scripts to invoke functions such as openFileWithEditor with any arguments, enabling execution of arbitrary system commands by the main process. The flaw therefore results in arbitrary command execution and a complete compromise of the host machine if an attacker can influence the renderer environment.

Affected Systems

All electerm installations running a version older than 5.3.15 are vulnerable. The affected product is electerm and the vulnerability affects all builds before the 5.3.15 release. No specific patch version is listed beyond 5.3.15, so any earlier release remains at risk.

Risk and Exploitability

The vulnerability scores a CVSS 7.5, indicating a high severity. EPSS data is not available, so the likelihood of exploitation is uncertain but the impact is significant. The flaw is listed as not on the CISA KEV catalog. Exploitation would require an attacker to deliver a payload that runs in the renderer process, for example by tricking a user into loading a malicious script or file. Once attained, the attacker can execute system commands with the privileges of the Electerm main process.

Generated by OpenCVE AI on September 8, 2026 at 12:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Electerm to version 5.3.15 or newer to remove the vulnerable IPC handler
  • If an upgrade is not immediately possible, limit the scope of the renderer process by disabling access to the runGlobalAsync IPC channel or by running Electerm in a sandboxed environment
  • Configure the operating system to restrict execution of arbitrary system commands by the Electron main process, such as by applying least‑privilege policies or command‑whitelisting

Generated by OpenCVE AI on September 8, 2026 at 12:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Description electerm before 5.3.15 exposes 40+ main-process functions through an unvalidated Electron IPC handler with no function-name allowlist or sender validation. Renderer-side script execution can invoke openFileWithEditor and other functions with arbitrary arguments to execute system commands in the main process.
Title electerm before 5.3.15 Arbitrary Command Execution via Unvalidated runGlobalAsync IPC Bridge
First Time appeared Electerm Project
Electerm Project electerm
Weaknesses CWE-749
CPEs cpe:2.3:a:electerm_project:electerm:*:*:*:*:*:*:*:*
Vendors & Products Electerm Project
Electerm Project electerm
References
Metrics cvssV3_1

{'score': 7.4, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 7.5, 'vector': 'CVSS:4.0/AV:L/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Electerm Project Electerm
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-08T12:17:37.026Z

Reserved: 2026-09-08T10:58:20.106Z

Link: CVE-2026-86711

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-08T12:16:59.840

Modified: 2026-09-08T12:16:59.840

Link: CVE-2026-86711

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T12:30:17Z

Weaknesses
  • CWE-749

    Exposed Dangerous Method or Function