CVE-2026-53547 PUBLISHED

Termix: Account Takeover via Global Settings Disclosure

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.3.2, the POST /database/export endpoint creates a user export that includes the global settings table even though the rest of the export is user-scoped. The settings table contains reset_code_ and temp_reset_token_ password-reset artifacts, allowing a low-privileged authenticated user to recover another local account's reset code and complete the normal password-reset flow. Successful exploitation results in local-user account takeover and administrative compromise when the victim is an administrator. This issue is fixed in version 2.3.2.

Metrics

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

Product Status

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

References

Problem Types

  • CWE-862: Missing Authorization CWE