Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Termix-research — CVE-2026-45746, CVE-2026-45750, CVE-2026-53547 — three critical vulnerabilities in Termix: cross-tenant session hijacking, OS command injection, and account takeover | Kitploit
Tools/GitHubGitHub/gabrielha12/termix-research
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPapers & Research
GitHubgabrielha12/termix-research

Termix-research

CVE-2026-45746, CVE-2026-45750, CVE-2026-53547 — three critical vulnerabilities in Termix: cross-tenant session hijacking, OS command injection, and account takeover

View Repository
121 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Termix Security Research

Vulnerability research on Termix, a web-based SSH and server management platform (13k+ stars).

CVEIssueSeverityFixedAdvisory
CVE-2026-45746Session hijacking → RCE9.0 Criticalv2.3.2GHSA-cx2r-843c-vww8
CVE-2026-45750OS command injection9.0 Criticalv2.3.2GHSA-v26q-rpv5-9m72
CVE-2026-53547Account takeover8.8 Highv2.3.2GHSA-6r97-7wp3-2g3x

The pattern

All three come from the same design flaw: the backend checks that a request is authenticated, but never that the data in that request belongs to the user sending it.

45746 — sessionId comes from the client and is sequential. Changing 1 to 2 grants access to another user's SSH session.

45750 — path reaches echo "${escapedPath}". Only double quotes are escaped, so $(...) survives and executes.

53547 — the export returns the user's own rows alongside the global settings table, where password reset codes are stored.

Chained, they matter more than alone: 45750 by itself runs commands on your own server. With 45746 in front of it, it runs them on someone else's.

Credit

  • Gabriel Hinostroza
  • Camilo G. (Dédalo) — co-researcher on CVE-2026-45746
Download Tool