CVE-2026-22551
Received Received - Intake
AI Chat Markdown Image Exfiltration in Eclipse Theia

Publication date: 2026-06-18

Last updated on: 2026-06-18

Assigner: Eclipse Foundation

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-18
Last Modified
2026-06-18
Generated
2026-06-19
AI Q&A
2026-06-18
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
eclipse theia to 1.71.0 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-201 The code transmits data to another actor, but a portion of the data includes sensitive information that should not be accessible to that actor.
CWE-829 The product imports, requires, or includes executable functionality (such as a library) from a source that is outside of the intended control sphere.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-22551 affects Eclipse Theia versions prior to 1.71.0, where the AI chat feature rendered Markdown image tags from AI responses and automatically triggered HTTP requests to external URLs without any restrictions.

An attacker could exploit this by using prompt injection in a malicious workspace to make the AI agent generate image URLs that encode sensitive information from the workspace or conversation context.

These URLs would then be requested by the application, effectively exfiltrating sensitive data to attacker-controlled servers.

This vulnerability was mitigated in version 1.71.0 by introducing workspace trust enforcement, which disables AI features in untrusted workspaces.

Impact Analysis

This vulnerability can lead to the unauthorized exfiltration of sensitive information from your workspace or conversation context to attacker-controlled servers.

Because the AI chat automatically triggers HTTP requests to arbitrary external URLs embedded in Markdown image tags, attackers can encode confidential data into these URLs and leak it without user consent.

The CVSS score indicates a high impact on confidentiality, meaning sensitive data exposure is the primary risk.

Detection Guidance

This vulnerability involves the AI chat feature in Eclipse Theia rendering Markdown image tags that trigger HTTP requests to arbitrary external URLs. Detection can focus on monitoring unexpected outbound HTTP requests originating from Eclipse Theia instances, especially those triggered by AI chat interactions.

You can detect potential exploitation by capturing and analyzing network traffic for unusual HTTP requests to external servers that are initiated by Eclipse Theia processes.

  • Use network monitoring tools like tcpdump or Wireshark to capture HTTP requests from the system running Eclipse Theia.
  • Example tcpdump command to monitor HTTP traffic: sudo tcpdump -i any -n -s 0 -A 'tcp port 80 or tcp port 443'
  • Check Eclipse Theia logs for AI chat activity that includes Markdown image tags or unexpected external URL requests.
  • Use process monitoring commands (e.g., ps, netstat, or lsof) to identify if Eclipse Theia is making outbound connections to suspicious external IP addresses.
Mitigation Strategies

The primary mitigation is to upgrade Eclipse Theia to version 1.71.0 or later, where workspace trust enforcement disables AI features in untrusted workspaces, preventing the attack chain.

Until the upgrade can be applied, consider disabling the AI chat feature or restricting network access from Eclipse Theia to prevent unauthorized HTTP requests to external servers.

Additionally, enforce workspace trust policies to ensure that untrusted or malicious workspaces cannot trigger AI features.

Compliance Impact

This vulnerability allows attackers to exfiltrate sensitive information from the workspace or conversation context to attacker-controlled servers by exploiting AI chat features that render Markdown image tags triggering HTTP requests to arbitrary external URLs.

Such unauthorized disclosure of sensitive data can lead to violations of data protection regulations and standards like GDPR and HIPAA, which mandate strict controls over the confidentiality and integrity of personal and sensitive information.

Therefore, exploitation of this vulnerability could result in non-compliance with these regulations due to the potential leakage of protected data.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-22551. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart