Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
1DescriptionGitHub Advisory
Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. Starting in version 1.7.0, Termix Desktop (Electron) disables TLS certificate validation, allowing a machine-in-the-middle attacker to intercept and modify HTTPS traffic to the configured Termix server. This can lead to credential theft and JWT/session theft during login and normal use. As of time of publication, no known patched versions are available.
AnalysisAI
Machine-in-the-middle interception of HTTPS traffic in Termix Desktop (Electron) starting at version 1.7.0 allows attackers positioned on the network path to steal login credentials and JWT/session tokens because the Electron client disables TLS certificate validation entirely. No public exploit identified at time of analysis and the issue is not in CISA KEV, but the CVSS 8.0 rating with scope-change and the absence of any vendor-released patch make this a meaningful concern for any user running Termix Desktop on untrusted networks.
Technical ContextAI
Termix is a web-based server management platform that bundles an SSH terminal, tunneling and file editor; the desktop distribution is built on Electron, which uses Chromium's network stack for outbound HTTPS calls to the user-configured Termix server. The root cause is CWE-295 (Improper Certificate Validation): the Electron client appears to override the default certificate verification routine (typically by setting rejectUnauthorized: false, handling the certificate-error event to always call event.preventDefault(), or accepting any peer in app.on('select-client-certificate')), so any TLS certificate - including self-signed or attacker-controlled - is accepted as valid. The affected CPE is cpe:2.3:a:termix-ssh:termix:*:*:*:*:*:*:*:* covering all versions from 1.7.0 onward of the Termix-SSH/Termix project.
RemediationAI
No vendor-released patch identified at time of analysis, so users should monitor https://github.com/Termix-SSH/Termix/security/advisories/GHSA-r9gw-3w87-mhh7 and upgrade as soon as a fixed release is published. In the interim, the most effective compensating control is to stop using Termix Desktop on untrusted networks and instead access the Termix server via the browser-based web UI from a trusted endpoint, where the browser's standard certificate validation applies; alternatively, tunnel all client-to-server traffic through a trusted VPN or SSH port-forward so MITM positions are removed even if TLS validation is broken (side effect: added latency and operational complexity). Operators should also rotate any JWTs/session tokens and user passwords that may have transited untrusted networks since first using Termix Desktop ≥1.7.0, and consider pinning the Termix server to a private network segment until a fix ships.
Docker default credentials in Termix server management. PoC and patch available.
Stored XSS in Termix File Manager (versions 1.7.0-1.9.0) allows attackers with SSH server access to execute arbitrary Ja
Remote command execution in Termix web-based server management platform (versions prior to 2.3.2) allows any authenticat
Remote code execution in Termix (self-hosted web-based server management platform) before version 2.1.0 lets an authenti
OS command injection in Termix (self-hosted web SSH/tunneling platform) before 2.3.2 lets an authenticated user who can
OS command injection in Termix web-based server management platform prior to version 2.3.2 allows remote unauthenticated
Cross-user SSH credential disclosure in Termix, a self-hosted web server-management platform, allows an authenticated lo
Broken authorization in Termix (self-hosted web-based SSH/server management platform) before 2.6.1 lets any authenticate
Cross-tenant remote code execution in Termix (web-based SSH/file management platform) prior to version 2.3.2 allows an a
Command injection in Termix server management platform before version 2.3.2 allows authenticated users to execute arbitr
Remote command injection in Termix, a web-based SSH server management platform, allows any authenticated user with file-
Unauthorized data exposure in Termix prior to 2.3.2 allows a low-privileged authenticated user to exfiltrate password-re
Same weakness CWE-295 – Improper Certificate Validation
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34871