CVE-2026-45748 PUBLISHED

Termix Vulnerable to Remote Code Execution via SSH Tunnel Forward Command Injection

Assigner: GitHub_M
Reserved: 13.05.2026 Published: 05.06.2026 Updated: 05.06.2026

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. The POST /ssh/tunnel/connect endpoint in Termix prior to version 2.3.2 builds an SSH tunnel command by interpolating user-controlled host record fields (endpointIP, endpointUsername, password) directly into a shell command without escaping, allowing persistent OS command injection on the source SSH host. Version 2.3.2 patches the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8

Product Status

Vendor Termix-SSH
Product Termix
Versions
  • Version < 2.3.2 is affected

References

Problem Types

  • CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE