Description
In Eclipse Theia since version 1.26.0, the backend /services/request-service RPC accepts an attacker-controlled URL from any client connected to the standard /services messaging endpoint, performs the HTTP request server-side, and returns the full response body to the caller.




Because the destination URL is neither validated nor allowlisted, a remote attacker with access to the Theia service connection can issue server-side HTTP requests to localhost or other backend-reachable hosts and read their responses, exposing internal administrative endpoints, cloud instance metadata services, and other resources that are intentionally outside the browser network boundary.




The vulnerability affects deployments where the Theia service connection is reachable by untrusted users (for example, multi-tenant or publicly-reachable Theia deployments).
Published: 2026-07-03
Score: 8.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Eclipse Theia backend exposes a /services/request-service RPC that accepts a URL supplied by any client connected to the /services messaging endpoint. The service then performs an HTTP request to that URL on the server side without validating or allowlisting the target, and returns the entire response body to the caller. This behavior implements a server‑side request forgery that can be used to read internal administrative interfaces, cloud metadata services, or other resources that are intentionally outside the browser network boundary. The vulnerability is classified as CWE‑200 (Information Exposure) and CWE‑918 (Server‑Side Request Forgery).

Affected Systems

Eclipse Theia version 1.26.0 and later are affected, as the insecure URL handling code is present in all releases from 1.26.0 onward. The effect is limited to deployments where the /services endpoint is reachable by untrusted users, for instance in multi‑tenant or publicly exposed Theia instances. Hosted or self‑managed installations with restricted exposure to the /services endpoint are not susceptible.

Risk and Exploitability

Based on the description, it is inferred that an attacker only needs to send a request to the /services endpoint; no special credentials are required. The attack vector relies on the request-service RPC accepting URLs from any client connected to the /services messaging endpoint, so the risk is greatest when the service is exposed to untrusted users. The CVSS score of 8.5 indicates high severity, while the EPSS score of <1% suggests low probability of automated exploitation. The vulnerability is not listed in CISA’s KEV catalog.

Generated by OpenCVE AI on July 22, 2026 at 13:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available Eclipse Theia update that removes the unrestricted URL handling from the /services/request-service RPC. Check the Eclipse Foundation release notes or security advisories to identify a fixed version.
  • If a patch is not yet available, restrict access to the /services endpoint by implementing IP whitelisting, TLS client authentication, or network segmentation so that only trusted users can connect.
  • Configure outbound network controls or firewalls to block connections initiated by the Theia service to internal administrative interfaces, cloud instance metadata services, and other sensitive endpoints, thereby limiting the attack surface.

Generated by OpenCVE AI on July 22, 2026 at 13:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 22 Jul 2026 13:45:00 +0000

Type Values Removed Values Added
Title Server‑Side Request Forgery in Eclipse Theia Enables Access to Internal Resources

Thu, 16 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Title Server‑Side Request Forgery Exposing Internal Resources in Eclipse Theia

Tue, 14 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
Title Server‑Side Request Forgery Exposing Internal Resources in Eclipse Theia

Sun, 12 Jul 2026 09:15:00 +0000

Type Values Removed Values Added
Title Server‑Side Request Forgery in Eclipse Theia Exposing Internal Resources

Sat, 11 Jul 2026 05:45:00 +0000

Type Values Removed Values Added
Title Server‑Side Request Forgery in Eclipse Theia Exposing Internal Resources

Fri, 10 Jul 2026 09:15:00 +0000

Type Values Removed Values Added
Title Unvalidated Server‑Side Request Forgery in Eclipse Theia Request Service

Thu, 09 Jul 2026 05:30:00 +0000

Type Values Removed Values Added
Title Unvalidated Server‑Side Request Forgery in Eclipse Theia Request Service

Tue, 07 Jul 2026 19:45:00 +0000

Type Values Removed Values Added
Title Eclipse Theia Server‑Side Request Forgery Exposing Internal Resources

Mon, 06 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Title Eclipse Theia Server‑Side Request Forgery Exposing Internal Resources

Mon, 06 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Title Server‑Side Request Forgery in Eclipse Theia Exposing Internal Resources

Mon, 06 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
Title Server‑Side Request Forgery in Eclipse Theia Exposing Internal Resources

Sun, 05 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Title Server‑Side Request Forgery via /services/request-service in Eclipse Theia

Sun, 05 Jul 2026 09:15:00 +0000

Type Values Removed Values Added
Title Server‑Side Request Forgery via /services/request-service in Eclipse Theia

Sun, 05 Jul 2026 01:15:00 +0000

Type Values Removed Values Added
Title Server‑Side Request Forgery in Eclipse Theia Allows Internal Resource Exposure

Sat, 04 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Title Server‑Side Request Forgery in Eclipse Theia Allows Internal Resource Exposure

Sat, 04 Jul 2026 12:45:00 +0000

Type Values Removed Values Added
Title Unrestricted Server‑Side Request Forgery in Eclipse Theia

Sat, 04 Jul 2026 01:15:00 +0000

Type Values Removed Values Added
Title Unrestricted Server‑Side Request Forgery in Eclipse Theia

Fri, 03 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Eclipse
Eclipse theia
Vendors & Products Eclipse
Eclipse theia

Fri, 03 Jul 2026 11:00:00 +0000

Type Values Removed Values Added
Description In Eclipse Theia since version 1.26.0, the backend /services/request-service RPC accepts an attacker-controlled URL from any client connected to the standard /services messaging endpoint, performs the HTTP request server-side, and returns the full response body to the caller. Because the destination URL is neither validated nor allowlisted, a remote attacker with access to the Theia service connection can issue server-side HTTP requests to localhost or other backend-reachable hosts and read their responses, exposing internal administrative endpoints, cloud instance metadata services, and other resources that are intentionally outside the browser network boundary. The vulnerability affects deployments where the Theia service connection is reachable by untrusted users (for example, multi-tenant or publicly-reachable Theia deployments).
Weaknesses CWE-200
CWE-918
References
Metrics cvssV3_1

{'score': 8.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: eclipse

Published:

Updated: 2026-07-06T15:23:38.516Z

Reserved: 2026-05-29T07:38:29.233Z

Link: CVE-2026-10055

cve-icon Vulnrichment

Updated: 2026-07-06T15:23:34.458Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-22T13:30:05Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-918

    Server-Side Request Forgery (SSRF)