CVE-2026-45743
Modified Modified - Updated After Analysis
Session Hijacking in Termix Web-Based Server Management Platform

Publication date: 2026-06-05

Last updated on: 2026-06-08

Assigner: GitHub, Inc.

Description
Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. 16 file-manager endpoints in Termix prior to version 2.3.2 do not verify that the requesting user owns the SSH session identified by `sessionId`. An authenticated attacker who knows or guesses another user's active `sessionId` can read, write, delete, download, and execute files on the victim's connected SSH host. Version 2.3.2 patches the issue.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-05
Last Modified
2026-06-08
Generated
2026-06-27
AI Q&A
2026-06-05
EPSS Evaluated
2026-06-25
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
termix termix From 2.1.0 (inc) to 2.3.2 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-45743 is a high-severity vulnerability in the Termix web-based server management platform, specifically in its file-manager component prior to version 2.3.2.

The issue arises because 16 file-manager endpoints do not verify that the requesting user actually owns the SSH session identified by the sessionId parameter.

An authenticated attacker who knows or can guess another user's active sessionId can hijack that session and perform unauthorized actions such as reading, writing, deleting, downloading, and executing files on the victim's connected SSH host.

This vulnerability is classified as an Insecure Direct Object Reference (IDOR) and is caused by missing ownership checks on session access.

Impact Analysis

This vulnerability can have serious impacts including unauthorized access and manipulation of files on your SSH hosts.

  • An attacker can read sensitive files, potentially exposing confidential information.
  • They can write or modify files, which could lead to data corruption or insertion of malicious code.
  • Deletion of important files is possible, causing data loss.
  • Attackers can download files, leading to data exfiltration.
  • Execution of arbitrary commands on the victim's SSH host can compromise system integrity and security.

Overall, the vulnerability compromises confidentiality and integrity of your systems with a high severity score of 8.1.

Detection Guidance

This vulnerability involves unauthorized access to SSH sessions by exploiting the sessionId parameter in Termix file-manager endpoints. Detection involves monitoring for suspicious use or guessing of session IDs that do not belong to the authenticated user.

Since the vulnerability allows an attacker to read, write, delete, download, and execute files on another user's SSH session, detection can include checking logs for unusual file operations or command executions originating from unexpected session IDs.

Specific commands to detect exploitation are not provided in the available resources.

Mitigation Strategies

The primary mitigation step is to upgrade Termix to version 2.3.2 or later, where the vulnerability has been patched by adding session ownership verification checks and improving session ID management.

Until the upgrade can be applied, restrict access to the Termix file-manager endpoints to trusted users only, and monitor for suspicious activity involving session IDs.

Compliance Impact

CVE-2026-45743 allows an authenticated attacker to access and manipulate another user's SSH session, leading to unauthorized read, write, delete, download, and execution of files on the victim's connected SSH host.

This unauthorized access and manipulation of sensitive data can lead to breaches of confidentiality and integrity, which are critical requirements under common standards and regulations such as GDPR and HIPAA.

Specifically, the exposure and potential alteration of sensitive files could result in non-compliance with data protection and privacy obligations mandated by these regulations.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-45743. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart