๐Ÿ” CVE Alert

CVE-2026-49253

HIGH 7.1

electerm: Path Traversal in Zmodem and Trzsz Download Filename Handling

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

electerm is an open-sourced terminal/ssh/sftp/telnet/serialport/RDP/VNC/Spice/ftp client. Prior to 3.11.11, electerm uses remote-supplied filenames directly with path.join() while receiving Zmodem and Trzsz transfers. In src/app/server/zmodem.js, prepareReceiveFile() joins the filename to the user-selected save path, and in src/app/server/trzsz.js, getUniqueFilePath(), the openSaveFile() callback, and the savedFilePaths mapping construct destinations without sanitization. A malicious SSH server or remote shell can provide a filename containing traversal components such as ../escaped.txt or ../../.bashrc. When the victim accepts the transfer and selects a download directory, electerm can write outside that directory and overwrite files accessible to the desktop user, potentially changing sensitive configuration or impairing availability. This issue is fixed in version 3.11.11.

CWE CWE-22
Vendor electerm
Product electerm
Published Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for electerm electerm

Be the first to know when new high vulnerabilities affecting electerm electerm are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Affected Versions

electerm / electerm
< 3.11.11

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/electerm/electerm/security/advisories/GHSA-38j7-23hf-9mhc github.com: https://github.com/electerm/electerm/commit/fde153d677a170c5816368f6586647f3af4ef284 github.com: https://github.com/electerm/electerm/releases/tag/v3.11.11