CVE Catalog

CVE-2026-43940

High
Published: Translated: NVD NIST

Summary

In versions prior to 3.7.16 of the electerm client, the runWidget function in load-widget.js constructs a file path by concatenating user-supplied widget identifiers without any sanitization. This allows an attacker to execute arbitrary JavaScript files on the victim's system.

Risk Assessment

An attacker who gains JavaScript execution in the renderer process can exploit a path traversal vulnerability, leading to local code execution with full privileges of the electerm process, resulting in complete system compromise.

Recommendation

It is recommended to upgrade to version 3.7.16 or later to mitigate this vulnerability.

Other vulnerabilities in electerm

See all
Original NVD description (English source)

electerm is an open-sourced terminal/ssh/sftp/telnet/serialport/RDP/VNC/Spice/ftp client. Prior to version 3.7.16, the runWidget function in src/app/widgets/load-widget.js constructs a file path by directly concatenating user‑supplied widget identifiers without any sanitisation. Because runWidget is exposed to the renderer process via an asynchronous IPC handler with no input validation, an attacker who achieves JavaScript execution inside the renderer (for example, through a malicious plugin or a cross‑site scripting flaw in the built‑in webview) can abuse a path traversal (../) to load and execute an arbitrary JavaScript file anywhere on the victim’s filesystem. This gives the attacker local code execution with the full privileges of the electerm process, leading to complete system compromise. This issue has been patched in version 3.7.16.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS