HIGH🇵🇱 Wersja polska

CVE-2026-61891

CVSS 7.5v3.1pub. 2026-08-05upd. 2026-08-07

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 Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Eclipse Theia

    APP
    Eclipse
    < 1.74.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
Path Traversal
CWE
References

Related vulnerabilities

CVE-2021-34436CRITICAL9.8PL ✓same product

RCE i XXE w Eclipse Theia via theia-xml-extension

CVE-2020-27224CRITICAL9.6PL ✓same product

Eclipse Theia: RCE przez podatność XSS w Markdown Preview

CVE-2026-12609HIGH7.5PL ✓same product

Eclipse Theia — path traversal w endpoincie hostedPlugin umożliwia odczyt plików

CVE-2026-60009HIGH8.8PL ✓same product

Eclipse Theia — nieuwierzytelniony arbitrary file write z możliwością RCE

CVE-2026-44688HIGH8.4same product

In Eclipse Theia versions prior to 1.71.0, the AI chat agent processed workspace file and directory names as p...