CVE-2026-61891
Last modified
CVE-2026-61891 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.46% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Eclipse | Theia | < 1.74.0 |
References
- https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/570Issue Tracking, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-61891?
How severe is CVE-2026-61891?
How do I fix CVE-2026-61891?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-61875luci-app-upnp contains a stored cross-site scripting vulnera…8.8
- CVE-2026-61876LuCI versions fail to properly encode DHCPv6 lease hostnames…9.4
- CVE-2026-6188A flaw has been found in SourceCodester Pharmacy Sales and I…7.3
- CVE-2026-61884The web management interface of Tycon Systems TPDIN-Monitor-…9.8
- CVE-2026-61886Weintek cMT3092X HMI stores user account passwords in plaint…7.1
- CVE-2026-6189A vulnerability has been found in SourceCodester Pharmacy Sa…7.3
- CVE-2026-61892Weintek cMT3092X HMI allows a non-privileged user to modify …8.8
- CVE-2026-61893A crafted IEC 60870-5-104 I-frame with TypeID 104 (C_TS_NA_1…6.9
- CVE-2026-61899Vulnerability in tapestry-core in Apache Tapestry 5.5.0+ on …7.5
- CVE-2026-6190A vulnerability was found in itsourcecode Construction Manag…6.3
- CVE-2026-61900Joomla Extension - dj-extensions.com - Unauthenticated arbit…10
- CVE-2026-61901Joomla Extension - hikashop.com - Open redirect in Hikashop …6.1
Are you affected by CVE-2026-61891?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
