CVE-2026-10054
Last modified
CVE-2026-10054 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In affected versions of Eclipse Theia (1.8.1 and later), the browser backend exposes privileged terminal RPC over WebSocket (/services/shell-terminal, /services/terminals/:id) without service-level authentication. WebSocket origin validation in @theia/core is fail-open: connections are accepted when the Origin header is missing or when no THEIA_HOSTS allowlist is configured (the default). The Socket.IO integration additionally replaces the real Origin header with a client-supplied fix-origin header that an attacker can control or omit. As a result, a foreign-origin web page visited by a user with a running Theia instance can open the /services WebSocket namespace, invoke terminal creation, attach to the resulting terminal data channel, execute arbitrary OS commands, and read their output. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In affected versions of Eclipse Theia (1.8.1 and later), the browser backend exposes privileged terminal RPC over WebSocket (/services/shell-terminal, /services/terminals/:id) without service-level authentication. WebSocket origin validation in @theia/core is fail-open: connections are accepted when the Origin header is missing or when no THEIA_HOSTS allowlist is configured (the default). The Socket.IO integration additionally replaces the real Origin header with a client-supplied fix-origin header that an attacker can control or omit. As a result, a foreign-origin web page visited by a user with a running Theia instance can open the /services WebSocket namespace, invoke terminal creation, attach to the resulting terminal data channel, execute arbitrary OS commands, and read their output. This affects both local developer setups (drive-by attack) and hosted or tunneled deployments without strong external authentication. A fix is in development that enforces same-origin validation by default, removes trust in the fix-origin header, gates HTTP and WebSocket access on a SameSite=Strict; HttpOnly connection-token cookie, and sanitizes shell terminal creation options.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Eclipse Foundation | Eclipse Theia | >= 1.8.1, < 1.73.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-10054?
How severe is CVE-2026-10054?
How do I fix CVE-2026-10054?
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-100534OpenClaw versions before 2026.8.1 contain an authorization b…3.1
- CVE-2026-100535OpenClaw (npm package 'openclaw') versions >= 2026.4.5 and <…7.5
- CVE-2026-100536OpenClaw versions before 2026.8.1 fail to validate all sourc…6.5
- CVE-2026-100537OpenClaw (npm package 'openclaw') before 2026.8.1 fails to a…3.1
- CVE-2026-100538OpenClaw (npm package 'openclaw') before 2026.8.1 does not a…6.5
- CVE-2026-100539OpenClaw (npm package 'openclaw') before 2026.8.1 fails to r…2.6
- CVE-2026-100540OpenClaw Feishu before 2026.8.1 fails to validate whether a …6.8
- CVE-2026-100541OpenClaw's Matrix integration (npm package @openclaw/matrix)…7.5
- CVE-2026-100542OpenClaw (npm package 'openclaw') versions >= 2026.5.28 and …3.1
- CVE-2026-100543OpenClaw (npm package openclaw) before 2026.8.1 could includ…7.5
- CVE-2026-100544openclaw's @openclaw/voice-call package before 2026.8.1 laun…8.8
- CVE-2026-100545OpenClaw (npm package `openclaw`) before 2026.8.1 incorrectl…5.3
Are you affected by CVE-2026-10054?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
