Description
In Eclipse Theia versions prior to 1.71.0, the AI chat rendered Markdown image tags from AI responses, triggering HTTP requests to arbitrary external URLs without restriction. Combined with prompt injection in a malicious workspace, an attacker could induce the AI agent to construct image URLs encoding sensitive information from the workspace or conversation context, exfiltrating it to attacker-controlled servers. The workspace trust enforcement introduced in v1.71.0 mitigates the documented attack chain by disabling AI features in untrusted workspaces.
Published: 2026-06-18
Score: 6.7 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In Eclipse Theia versions before 1.71.0 the AI chat feature renders any Markdown image tags produced by an AI assistant, causing the client to issue HTTP requests to external URLs without any restriction. This behavior allows an attacker who can control the content of a workspace or injection into the AI prompt to cause the client to send requests to attacker‑controlled servers that embed data from the workspace or conversation context, effectively exfiltrating sensitive information. The weakness aligns with CWE‑201 (Information Exposure) and CWE‑829 (Access Control of Removed Data).

Affected Systems

Any deployment of Eclipse Theia running a version older than 1.71.0 is affected. The vulnerability exists regardless of the operating system or host environment due to the universal nature of the Markdown rendering in the AI chat component.

Risk and Exploitability

The CVSS score of 6.7 indicates moderate severity. EPSS information is unavailable, and the vulnerability is not listed in CISA’s KEV catalog, suggesting no confirmed exploits yet. The likely attack vector requires the attacker to influence AI responses in an untrusted workspace; the attack chain would entail injecting or modifying workspace content to generate image URLs that expose confidential data. As mitigating action, all versions prior to 1.71.0 can be patched to disable AI features in untrusted workspaces, substantially reducing the exploitation risk.

Generated by OpenCVE AI on June 18, 2026 at 19:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Eclipse Theia to version 1.71.0 or later to disable AI features in untrusted workspaces
  • Configure workspace trust policies to ensure that only trusted workspaces enable AI chat features
  • Sanitize or block Markdown image tags in AI chat responses to prevent automatic HTTP requests

Generated by OpenCVE AI on June 18, 2026 at 19:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 18 Jun 2026 19:30:00 +0000

Type Values Removed Values Added
Title Eclipse Theia AI Chat Exposes Workspace Data via Unrestricted External Image Requests

Thu, 18 Jun 2026 18:45:00 +0000

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

Thu, 18 Jun 2026 16:45:00 +0000

Type Values Removed Values Added
Description In Eclipse Theia versions prior to 1.71.0, the AI chat rendered Markdown image tags from AI responses, triggering HTTP requests to arbitrary external URLs without restriction. Combined with prompt injection in a malicious workspace, an attacker could induce the AI agent to construct image URLs encoding sensitive information from the workspace or conversation context, exfiltrating it to attacker-controlled servers. The workspace trust enforcement introduced in v1.71.0 mitigates the documented attack chain by disabling AI features in untrusted workspaces.
Weaknesses CWE-201
CWE-829
References
Metrics cvssV4_0

{'score': 6.7, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}

ssvc

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


cve-icon MITRE

Status: PUBLISHED

Assigner: eclipse

Published:

Updated: 2026-06-18T15:25:13.612Z

Reserved: 2026-05-22T07:47:58.210Z

Link: CVE-2026-22551

cve-icon Vulnrichment

Updated: 2026-06-18T15:25:06.566Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-18T19:15:02Z

Weaknesses
  • CWE-201

    Insertion of Sensitive Information Into Sent Data

  • CWE-829

    Inclusion of Functionality from Untrusted Control Sphere