CRITICAL🇵🇱 Wersja polska

CVE-2026-45750

CVSS 9.0v3.1pub. 2026-06-05upd. 2026-06-08

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. Prior to version 2.3.2, the GET /ssh/file_manager/ssh/resolvePath endpoint in the Termix File Manager component unsafely processes the path parameter and embeds it into a shell command executed over the active SSH session. Because the user-controlled value is placed inside double quotes and only double quotes are escaped, shell command substitution syntax such as $(...) is still interpreted by the remote shell. Version 2.3.2 fixes the issue.

🤖 AI Analysis
How it works

The GET /ssh/file_manager/ssh/resolvePath endpoint accepts a user-controlled path parameter and embeds it within a command executed by a remote shell through an active SSH session. The sanitization mechanism is limited only to escaping double quotes, leaving shell command substitution syntax — such as $(...) — fully interpretable. An attacker can therefore inject a payload in the form of command substitution, which will be executed by the remote shell with the privileges of the SSH session.

Impact

An attacker can execute arbitrary system commands on a remote server managed by Termix, potentially gaining full control over its resources, data, and enabling lateral movement within the network.

Mitigation & patch

Termix should be updated to version 2.3.2, which contains a fix for this vulnerability. The patch is available in the vendor's repository under the release-2.3.2-tag tag.

Who is affected

Termix versions prior to 2.3.2 (web platform for server management with File Manager component)

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
  • Termix

    APP
    Termix
    2.1.0 – 2.3.2 (excl.)
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
Command Injection
CWE
References

Related vulnerabilities

CVE-2026-45746CRITICAL9.0PL ✓same product

Broken Access Control w Termix — nieautoryzowany dostęp do sesji File Manager

CVE-2026-45748CRITICAL9.8PL ✓same product

Command injection w Termix – endpoint SSH tunnel bez sanityzacji danych wejściowych

CVE-2026-45744CRITICAL9.9PL ✓same product

Termix: OS command injection w endpointcie resolvePath (RCE)

CVE-2025-59951CRITICAL9.2PL ✓same product

Termix: nieautoryzowany dostęp do danych SSH przez błędne wykrywanie IP

CVE-2026-45749HIGH8.1same product

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. ...