Termix RCE via Container ID Injection (CVE-2026-42454)

Termix RCE via Container ID Injection (CVE-2026-42454)

A critical remote code execution (RCE) vulnerability, CVE-2026-42454, has been identified in Termix, a web-based server management platform. The National Vulnerability Database reports that prior to version 2.1.0, Termix failed to properly sanitize or validate the containerId parameter in URL paths and WebSocket messages. This flaw impacts Docker container management endpoints, which directly interpolate this user-controlled input into shell commands executed on remote managed servers via ssh2.Client.exec().

An authenticated attacker can exploit this vulnerability by crafting a malicious container ID. This allows for arbitrary OS command injection, leading to RCE on any server managed by the Termix instance. With a CVSS score of 9.9 (Critical) and classified under CWE-78 (Improper Neutralization of Special Elements used in an OS Command), this is a severe issue that grants attackers full control over compromised systems.

Termix users are strongly advised to upgrade to version 2.1.0 or later immediately. Failure to patch leaves managed servers exposed to complete compromise from an authenticated user, turning a server management tool into an attacker’s gateway. Defenders must prioritize this patch to neutralize a direct path to their infrastructure.

What This Means For You

  • If your organization uses Termix for server management, you are exposed to critical RCE. Check your Termix version immediately. Patch to version 2.1.0 or newer without delay. Audit logs for any anomalous shell command executions or container ID manipulations on your managed servers.

Related ATT&CK Techniques

🛡️ Detection Rules

3 rules · 6 SIEM formats

3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.

critical T1190 Initial Access

Termix Container ID Injection RCE - CVE-2026-42454

Sigma YAML — free preview
title: Termix Container ID Injection RCE - CVE-2026-42454
id: scw-2026-05-08-ai-1
status: experimental
level: critical
description: |
  Detects attempts to exploit CVE-2026-42454 by injecting shell metacharacters (like backticks, semicolons, pipes, command substitution, or double ampersands) into the 'containerId' parameter within the Termix web interface. This indicates an attempt to achieve RCE by manipulating the container ID to execute arbitrary OS commands via ssh2.Client.exec().
author: SCW Feed Engine (AI-generated)
date: 2026-05-08
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-42454/
tags:
  - attack.initial_access
  - attack.t1190
logsource:
    category: webserver
detection:
  selection:
      cs-uri|contains:
          - '/api/v1/containers/'
      cs-uri-query|contains:
          - 'containerId='
      cs-uri-query|contains:
          - '`'
      cs-uri-query|contains:
          - ';'
      cs-uri-query|contains:
          - '|'
      cs-uri-query|contains:
          - '$()'
      cs-uri-query|contains:
          - '&&'
  condition: selection
falsepositives:
  - Legitimate administrative activity

Source: Shimi's Cyber World · License & reuse

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-42454 RCE Termix web-based server management platform
CVE-2026-42454 RCE Termix versions prior to 2.1.0
CVE-2026-42454 Command Injection Termix Docker container management endpoints
CVE-2026-42454 Command Injection Termix containerId URL path parameter and WebSocket message field
CVE-2026-42454 Command Injection Termix ssh2.Client.exec() function
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 09, 2026 at 02:16 UTC

This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.

Believe this infringes your rights? Submit a takedown request.

Related coverage

CVE-2026-6667 — PgBouncer before 1.25.2 did not perform an appropriate

CVE-2026-6667 — PgBouncer before 1.25.2 did not perform an appropriate authorization check for the KILL_CLIENT admin command. All users with access to the administration console...

vulnerabilityCVEmedium-severitycwe-862
/SCW Vulnerability Desk /MEDIUM /4.3 /⚑ 2 IOCs /⚙ 2 Sigma

CVE-2026-6666 — A possible null pointer reference in PgBouncer before

CVE-2026-6666 — A possible null pointer reference in PgBouncer before 1.25.2 could lead to a crash, if a server sends an error response without SQLSTATE...

vulnerabilityCVEmedium-severitycwe-476
/SCW Vulnerability Desk /MEDIUM /5.9 /⚑ 2 IOCs /⚙ 1 Sigma

PgBouncer SCRAM Vulnerability (CVE-2026-6665) Allows Stack Overflow

CVE-2026-6665 — The SCRAM code in PgBouncer before 1.25.2 did not check the return value of strlcat() correctly when building the contents of the SCRAM...

vulnerabilityCVEhigh-severitycwe-121
/SCW Vulnerability Desk /HIGH /8.1 /⚑ 4 IOCs /⚙ 2 Sigma