Description
electerm is an open-sourced terminal/ssh/sftp/telnet/serialport/RDP/VNC/Spice/ftp client. Prior to 3.15.120, electerm allows a malicious RDP server to write attacker-controlled content outside the selected save directory because the RDP clipboard download path in src/client/components/rdp/file-transfer.js passes the server-controlled CLIPRDR filename fileInfo.name to osResolve without sanitization. This issue is fixed in version 3.15.120.
Published: 2026-08-11
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Electerm, an open‑source terminal client, contains a flaw that allows a malicious RDP server to specify a clipboard file name that the client downloads. The filename is passed directly to the operating system without sanitization, enabling the attacker to cause the client to write files outside the chosen download directory. This path‑traversal flaw (CWE‑22) lets an attacker create or overwrite arbitrary files on the local machine, potentially leading to code execution or persistence.

Affected Systems

The vulnerability affects all electerm users running any version older than 3.15.120. The problematic code resides in src/client/components/rdp/file-transfer.js of the electerm application, which is distributed under the electerm:electerm designation.

Risk and Exploitability

The CVSS score of 8.1 highlights a high severity, while an EPSS score of less than 1% indicates that exploitation is currently rare but not impossible. The vulnerability is not listed in CISA KEV catalog. An attacker must establish an RDP session with a malicious or compromised server; no additional local privilege escalation is required beyond the electerm user’s permissions. Successful exploitation would allow the attacker to write arbitrary files to the victim’s file system, which could be used to install malware or modify system settings.

Generated by OpenCVE AI on August 12, 2026 at 20:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update electerm to version 3.15.120 or newer where the path‑traversal issue is fixed.
  • In electerm’s settings disable remote clipboard file transfer or restrict it to a dedicated directory with read‑only access so that only approved files can be written.
  • Run electerm as a non‑privileged user and configure the operating system to deny write access to sensitive directories, limiting the damage that any surviving file‑write attempt can cause.

Generated by OpenCVE AI on August 12, 2026 at 20:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
First Time appeared Electerm
Electerm electerm
Vendors & Products Electerm
Electerm electerm

Tue, 11 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Description electerm is an open-sourced terminal/ssh/sftp/telnet/serialport/RDP/VNC/Spice/ftp client. Prior to 3.15.120, electerm allows a malicious RDP server to write attacker-controlled content outside the selected save directory because the RDP clipboard download path in src/client/components/rdp/file-transfer.js passes the server-controlled CLIPRDR filename fileInfo.name to osResolve without sanitization. This issue is fixed in version 3.15.120.
Title electerm's RDP clipboard file download may parse unsafe file name
Weaknesses CWE-22
References
Metrics cvssV3_1

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


Subscriptions

Electerm Electerm
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-13T13:56:50.450Z

Reserved: 2026-08-11T14:41:20.122Z

Link: CVE-2026-73227

cve-icon Vulnrichment

Updated: 2026-08-13T13:56:44.582Z

cve-icon NVD

Status : Received

Published: 2026-08-11T19:18:52.460

Modified: 2026-08-13T15:20:09.813

Link: CVE-2026-73227

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T20:30:04Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')