CVE-2026-73227
Received Received - Intake

Path Traversal in Electerm RDP Client

Vulnerability report for CVE-2026-73227, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-11

Last updated on: 2026-08-13

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-11
Last Modified
2026-08-13
Generated
2026-09-01
AI Q&A
2026-08-12
EPSS Evaluated
2026-08-30
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
electerm electerm to 3.15.120 (exc)
electerm electerm 3.15.120

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a path traversal issue in the Electerm application's RDP clipboard file download feature. It allows a malicious RDP server to write attacker-controlled content outside the selected save directory by exploiting unsanitized server-controlled filenames. The issue occurs because the application passes the raw filename from the clipboard to the file system without proper validation.

Detection Guidance

Check Electerm version with 'electerm --version' or inspect installed package. Look for RDP file transfers with unusual filenames containing path traversal sequences like '../'. Monitor logs for attempts to write outside intended directories.

Impact Analysis

An attacker could exploit this to write arbitrary files outside the intended directory, potentially leading to code execution, data corruption, or unauthorized access to sensitive files. Since the attack is network-based and requires no privileges, any user connecting to a malicious RDP server could be affected.

Compliance Impact

This vulnerability could potentially violate compliance with GDPR and HIPAA by allowing unauthorized file writes outside designated directories. Attackers could exploit it to store malicious files in sensitive system locations, risking data integrity and confidentiality. GDPR requires protecting personal data from unauthorized access or alteration, while HIPAA mandates safeguarding protected health information. The flaw enables arbitrary file writes, which may lead to data breaches or unauthorized data exposure, directly conflicting with these standards.

Mitigation Strategies

Update Electerm to version 3.15.120 or later immediately. Avoid transferring files via RDP from untrusted servers. Disable clipboard sharing in RDP sessions if possible until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-73227. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart