HIGH🇵🇱 Wersja polska

CVE-2026-60009

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

In Eclipse Theia versions up to and including 1.73.1, the `@theia/filesystem` backend binds `POST /file-upload` in every filesystem-enabled deployment. The handler takes an attacker-supplied absolute path from the multipart `uri` field and calls `fs.move(tmp, target, { overwrite: true })` with no workspace confinement and no authentication. 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. Because `multipart/form-data` is a CORS-safelisted request type, a cross-origin web page can trigger the write with no preflight and no credentials, resulting in an unauthenticated arbitrary file write outside the workspace to any absolute path the backend process can write. This can escalate to remote code execution, for example by overwriting a startup-executed file such as `~/.bashrc`. 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:R/S:U/C:H/I:H/A:H
  • Eclipse Theia

    APP
    Eclipse
    < 1.74.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
RCEPath 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-61891HIGH7.5PL ✓same product

Eclipse Theia: nieuwierzytelniony odczyt plików przez path traversal w endpointach HTTP

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...