Description
Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. Prior to 2.3.2, the archive creation endpoint in src/backend/ssh/file-manager.ts passes selected file basenames to tar without an end-of-options marker and without making the operands unambiguously relative. A user with access to an SSH file-manager session can select basenames beginning with GNU tar options such as --checkpoint=1 and --checkpoint-action=exec, causing tar, tar.gz, tar.bz2, or tar.xz creation to interpret those names as options. The resulting checkpoint action executes commands on the managed SSH host with the privileges of the connected SSH account, allowing file disclosure, modification, and service disruption. This issue is fixed in version 2.3.2.
Published: 2026-08-19
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the tar command being invoked with unescaped file basenames that can include GNU tar options, representing a CWE-78 Command Injection weakness. A user who can interact with the SSH file‑manager can craft basenames such as --checkpoint=1 and --checkpoint-action=exec and cause tar, tar.gz, tar.bz2, or tar.xz to interpret them as options, resulting in arbitrary command execution on the managed host with the privileges of the connected SSH account, enabling file disclosure, modification and service disruption.

Affected Systems

Termix‑SSH Termix versions earlier than 2.3.2 are affected.

Risk and Exploitability

The computed CVSS score of 8.8 indicates high severity. EPSS is not available and the vulnerability is not listed in CISA KEV. Attack requires authenticated access to an SSH file‑manager session, and the attacker can trigger tar command injection to execute commands on the target host. The threat is significant due to full remote command execution with the SSH account’s privileges.

Generated by OpenCVE AI on August 20, 2026 at 11:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the released patch or upgrade to Termix 2.3.2 or later.
  • Restrict user permissions to the SSH file‑manager so that only trusted users can create archives.
  • Validate and sanitize file basenames before passing them to tar, ensuring no leading hyphens or option patterns.

Generated by OpenCVE AI on August 20, 2026 at 11:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 21 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
First Time appeared Termix
Termix termix
Vendors & Products Termix
Termix termix

Wed, 19 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Description Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. Prior to 2.3.2, the archive creation endpoint in src/backend/ssh/file-manager.ts passes selected file basenames to tar without an end-of-options marker and without making the operands unambiguously relative. A user with access to an SSH file-manager session can select basenames beginning with GNU tar options such as --checkpoint=1 and --checkpoint-action=exec, causing tar, tar.gz, tar.bz2, or tar.xz creation to interpret those names as options. The resulting checkpoint action executes commands on the managed SSH host with the privileges of the connected SSH account, allowing file disclosure, modification, and service disruption. This issue is fixed in version 2.3.2.
Title Termix: Tar option injection in file-manager archive creation allows command execution on managed SSH hosts
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-25T14:09:13.524Z

Reserved: 2026-06-09T18:13:07.263Z

Link: CVE-2026-53542

cve-icon Vulnrichment

Updated: 2026-08-25T14:08:48.954Z

cve-icon NVD

Status : Received

Published: 2026-08-19T21:16:56.400

Modified: 2026-08-25T14:16:51.857

Link: CVE-2026-53542

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T13:03:07Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')