PatchSiren cyber security CVE debrief
CVE-2026-79761 Termix-SSH CVE debrief
CVE-2026-79761 is a command injection vulnerability in Termix, a web-based server management platform, affecting versions from 1.7.0 to 2.5.1. An authenticated user can deploy a crafted SSH credential to execute commands on the target host with the selected remote account's privileges. The vulnerability exists in the Termix SSH key deployment flow, where a grep pattern derived from a user-controlled public-key token is interpolated into double-quoted shell commands. This issue is fixed in version 2.5.1. Defenders should prioritize verifying exposure and applying the vendor-provided fix to prevent potential command execution with remote account privileges.
- Vendor
- Termix-SSH
- Product
- Termix
- CVSS
- MEDIUM 6.6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-24
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-24
- Advisory updated
- 2026-09-25
Who should care
Defenders responsible for Termix servers and users with SSH key deployment privileges should assess exposure and apply the vendor-provided fix. This includes IT personnel managing Termix installations, security teams reviewing vulnerability exposure, and operators using SSH key deployment features. Prioritization should be given to verifying exposure and applying the fix to prevent potential command execution with remote account privileges.
Why it matters
CVE-2026-79761 is a command injection vulnerability in Termix that allows authenticated users to execute commands on target hosts. Defenders should prioritize verifying exposure and applying the vendor-provided fix to prevent potential command execution with remote account privileges.
- Command execution with remote account privileges.
- Potential for lateral movement within the network.
- Need for verification of Termix version and exposure.
- Priority for applying the vendor-provided fix.
Technical summary
The Termix SSH key deployment flow derives a grep pattern from a user-controlled public-key token and interpolates it into double-quoted shell commands executed on the selected target host. An authenticated user can deploy a crafted SSH credential to execute commands with the selected remote account's privileges. This occurs because the grep -F verification paths in src/backend/database/routes/credential-deploy-routes.ts accept command substitution or quote-breaking shell syntax in keyPattern. The issue is addressed in version 2.5.1.
Defensive priority
Defenders should prioritize verifying exposure and applying the vendor-provided fix, as the vulnerability allows for command execution with remote account privileges.
Recommended defensive actions
- Verify Termix version and check if it's within the affected range (1.7.0 to 2.5.1).
- Apply the vendor-provided fix in version 2.5.1.
- Restrict access to Termix SSH key deployment features to trusted users.
- Monitor Termix logs for suspicious command execution activity.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, affected versions, and fixed version. However, additional information on exploitation or victim impact is not available. The vulnerability is confirmed to exist in versions 1.7.0 through 2.5.1 of Termix. Defenders should verify the version of Termix in use and check for exposure. The vendor-provided fix in version 2.5.1 should be applied to prevent exploitation. Further details on the vulnerability can be found in the official CVE Program record and NIST NVD detail.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-79761 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-79761
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-79761 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-79761
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/Termix-SSH/Termix/commit/ddbdd5c437c2296607dfaa4265d6f63fbc1ca92e
-
Source reference
Unverified legacy reference
URL: https://github.com/Termix-SSH/Termix/commit/fafff94e5e31c3843df06aa08773bbaa879bbede
-
Source reference
Unverified legacy reference
URL: https://github.com/Termix-SSH/Termix/pull/1067
-
Source reference
Unverified legacy reference
URL: https://github.com/Termix-SSH/Termix/releases/tag/release-2.5.1-tag
-
Source reference
Unverified legacy reference
URL: https://github.com/Termix-SSH/Termix/security/advisories/GHSA-p2g3-2xq3-23gx
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.