Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
N/A
Vulnerability Description
In Eclipse Theia versions up to and including 1.73.1, the `@theia/filesystem` backend exposes HTTP file-download endpoints (`GET /file`, `GET /files/`, `PUT /files/`) that convert a client-supplied URI directly to a filesystem path and stream the file, without confining it to the workspace or any allow-listed root. In browser (non-Electron) deployments the connection token is enforced only on WebSocket upgrades; the HTTP middleware in `@theia/core` re-issues the cookie and calls `next()` without rejecting tokenless HTTP requests, so these endpoints are reachable without a valid token. As a result an unauthenticated client can read any file readable by the backend process, including files outside the opened workspace (for example `/etc/hosts`, SSH keys, or tokens). Electron mode uses a separate `ElectronSecurityToken` and is not affected via this path.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
Eclipse Theia 信息泄露漏洞
Vulnerability Description
Eclipse Theia是美国Eclipse基金会开源的一个可构建云端及桌面集成开发环境的开发框架。 Eclipse Theia 1.73.1及之前版本存在安全漏洞,该漏洞源于文件下载端点将客户端提供的URI直接转换为文件系统路径并流式传输文件,且未正确验证连接令牌,可能导致未经身份验证的攻击者读取任意文件(包括工作区外的敏感文件)。
CVSS Information
N/A
Vulnerability Type
N/A