CVE-2026-53548 PUBLISHED

Termix: IDOR — Authenticated user can fetch SSH passwords for hosts owned by other users

Assigner: GitHub_M
Reserved: 09.06.2026 Published: 19.08.2026 Updated: 19.08.2026

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. Prior to 2.6.1, the GET /host/db/host/:id/password endpoint in src/backend/database/routes/host.ts accepts an authenticated user's numeric host ID and the field=password or field=sudoPassword query without enforcing host ownership during credential resolution. A failed requester-scoped lookup can resolve the host with the owner's context and return the owner's plaintext credential, allowing any authenticated user with a valid JWT to enumerate sequential hosts.id values and retrieve SSH or sudo passwords belonging to other users. The disclosed credentials can then be used to access and control managed systems outside the Termix instance. This issue is fixed in version 2.6.1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
CVSS Score: 9.6

Product Status

Vendor Termix-SSH
Product Termix
Versions
  • Version < 2.3.2 is affected

References

Problem Types

  • CWE-285: Improper Authorization CWE
  • CWE-639: Authorization Bypass Through User-Controlled Key CWE