Server-Side Request Forgery (SSRF) in Eclipse Theia - CVE-2026-10055
Published: July 22, 2026
Vulnerability details
The vulnerability allows a remote user to send server-side requests to internal or localhost endpoints and disclose sensitive response data.
The vulnerability exists due to server-side request forgery in the /services/request-service RPC when handling an attacker-controlled URL through the standard /services messaging endpoint. A remote user can invoke the RPC with a crafted URL to send server-side requests to internal or localhost endpoints and disclose sensitive response data.
The full response body is returned to the caller base64-encoded, and the issue is reachable through the standard frontend/backend connection without special configuration for the affected RPC.