PatchSiren cyber security CVE debrief
CVE-2026-79759 Termix-SSH CVE debrief
CVE-2026-79759 is a medium-severity vulnerability in Termix, a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. The issue allows an attacker to deploy credentials to a host without proper authorization, potentially leading to unauthorized SSH connections. This vulnerability exists in the POST /credentials/:id/deploy-to-host endpoint, where differential errors reveal whether credential and host records exist and disclose each record's authType value. Properly encrypted passwords and keys are not disclosed, but a key-authenticated victim host can receive an outbound SSH connection attempt using the attacker's public key. Defenders and
- Vendor
- Termix-SSH
- Product
- Termix
- CVSS
- MEDIUM 4.3
- 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 deployments should assess exposure and prioritize verification and remediation. This includes reviewing the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance. They should also plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
Why it matters
CVE-2026-79759 is a medium-severity vulnerability in Termix that allows unauthorized deployment of credentials to hosts, potentially leading to unauthorized SSH connections. Defenders responsible for Termix deployments should assess exposure and prioritize verification and remediation.
- Potential unauthorized SSH connections to victim hosts
- Possible lateral movement within Termix deployments
- Required verification of affected scope and deployments
- Necessity to upgrade to Termix version 2.5.1 or later
Technical summary
The vulnerability exists in the POST /credentials/:id/deploy-to-host endpoint of Termix, allowing an attacker to deploy credentials to a host without proper authorization. This could lead to unauthorized SSH connections. The endpoint resolves credential and target-host records from attacker-controlled credentialId and targetHostId integer values without checking that either record belongs to the requesting user. Differential errors reveal whether credential and host records exist and disclose each record's authType value.
Defensive priority
Defenders should prioritize verifying and upgrading to Termix version 2.5.1 or later, and restrict access to the POST /credentials/:id/deploy-to-host endpoint.
Recommended defensive actions
- Verify and upgrade to Termix version 2.5.1 or later
- Restrict access to the POST /credentials/:id/deploy-to-host endpoint
- Monitor for suspicious activity on Termix deployments
- 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
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. However, the exact scope of affected deployments and potential impact require further verification.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-79759 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-79759
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-79759 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-79759
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/b0598294a6aeed866f51ce58067f43c1d751c7a6
-
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/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-w4cf-69fj-g96f
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.