漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Termix: IDOR — Authenticated user can fetch SSH passwords for hosts owned by other users
Vulnerability Description
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.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
Vulnerability Type
授权机制不恰当
Vulnerability Title
Termix 授权问题漏洞
Vulnerability Description
termix是termix个人开发者的一个终端模拟器。 Termix 2.6.1之前版本存在授权问题漏洞,该漏洞源于src/backend/database/routes/host.ts文件中的GET /host/db/host/:id/password端点未强制执行主机所有权,并接受field=password或field=sudoPassword查询参数,可能导致经过身份验证的用户枚举主机ID并获取其他用户的SSH或sudo密码,进而访问和控制托管系统。
CVSS Information
N/A
Vulnerability Type
N/A