CyberRota Analysis
AI-GeneratedThe Termix web-based server management platform is vulnerable to command injection through the DELETE /ssh/tunnel/disconnect/:tunnelName endpoint, allowing authenticated users to execute arbitrary commands on the source SSH host by manipulating input parameters. This critical vulnerability, with a CVSS score of 9.8, poses a significant risk as it enables attackers to gain unauthorized access and control over the server. Organizations using versions prior to 2.3.2 should prioritize immediate updates to mitigate potential exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. Prior to 2.3.2, the DELETE /ssh/tunnel/disconnect/:tunnelName teardown path in src/backend/ssh/tunnel.ts interpolates endpointPort, sourcePort, endpointUsername, and endpointIP into single-quoted pkill -f patterns. An authenticated user who can edit a tunnel host field can include a single quote to terminate the pattern and append a shell command, which executes when the tunnel is disconnected. Successful exploitation runs arbitrary commands on the source SSH host with the privileges of the connected SSH account. This issue is fixed in version 2.3.2.