Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/electerm/electerm/commit/fde153d677a170c5816368f6586647f3af4e
- https://github.com/electerm/electerm/releases/tag/v3.11.11
- https://github.com/electerm/electerm/security/advisories/GHSA-38j7-23hf-9mhc
- https://github.com/electerm/electerm/security/advisories/GHSA-38j7-23hf-9mhc
FAQ
What is CVE-2026-49253?
CVE-2026-49253 is a vulnerability with a CVSS score of 7.1 (HIGH). 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...
How severe is CVE-2026-49253?
CVE-2026-49253 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-49253?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.