VYPR

Theia

by Eclipse

Source repositories

CVEs (20)

  • CVE-2026-1699CriJan 30, 2026
    risk 0.65cvss 10.0epss 0.01

    In the Eclipse Theia Website repository, the GitHub Actions workflow .github/workflows/preview.yml used pull_request_target trigger while checking out and executing untrusted pull request code. This allowed any GitHub user to execute arbitrary code in the repository's CI…

  • CVE-2021-34436CriSep 2, 2021
    risk 0.64cvss 9.8epss 0.02

    In Eclipse Theia 0.1.1 to 0.2.0, it is possible to exploit the default build to obtain remote code execution (and XXE) via the theia-xml-extension. This extension uses lsp4xml (recently renamed to LemMinX) in order to provide language support for XML. This is installed by…

  • CVE-2026-60009HigAug 5, 2026
    risk 0.57cvss 8.8epss 0.00

    In Eclipse Theia versions up to and including 1.73.1, the `@theia/filesystem` backend binds `POST /file-upload` in every filesystem-enabled deployment. The handler takes an attacker-supplied absolute path from the multipart `uri` field and calls `fs.move(tmp, target, {…

  • CVE-2026-10054HigJul 3, 2026
    risk 0.50cvss 8.8epss 0.00

    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:…

  • CVE-2026-46580HigJun 18, 2026
    risk 0.50cvss 8.8epss 0.01

    In Eclipse Theia versions prior to 1.71.0, files matching the pattern .prompts/*.prompttemplate in a workspace were automatically loaded and could override or extend the AI agent's system prompts. An attacker could craft a malicious repository containing prompt template files…

  • CVE-2026-44691HigJun 18, 2026
    risk 0.50cvss 8.8epss 0.00

    In Eclipse Theia versions prior to 1.69.0, custom task definitions in workspace files (e.g. .theia/tasks.json, .vscode/tasks.json) could be executed without requiring workspace trust. An attacker could craft a malicious repository that, when cloned and opened in Theia, leads to…

  • CVE-2026-44688HigJun 18, 2026
    risk 0.50cvss 8.8epss 0.01

    In Eclipse Theia versions prior to 1.71.0, the AI chat agent processed workspace file and directory names as part of its prompt context without distinguishing them from system instructions. An attacker could craft a malicious repository with adversarial directory or file names…

  • CVE-2021-34435HigSep 1, 2021
    risk 0.50cvss 8.8epss 0.01

    In Eclipse Theia 0.3.9 to 1.8.1, the "mini-browser" extension allows a user to preview HTML files in an iframe inside the IDE. But with the way it is made it is possible for a previewed HTML file to trigger an RCE. This exploit only happens if a user previews a malicious file..

  • CVE-2026-61891HigAug 5, 2026
    risk 0.49cvss 7.5epss 0.00

    In Eclipse Theia versions up to and including 1.73.1, the `@theia/filesystem` backend exposes HTTP file-download endpoints (`GET /file`, `GET /files/`, `PUT /files/`) that convert a client-supplied URI directly to a filesystem path and stream the file, without confining it to…

  • CVE-2026-12609HigAug 5, 2026
    risk 0.49cvss 7.5epss 0.00

    In Eclipse Theia versions 1.66.0 and up until including 1.73.1, the `@theia/plugin-ext` backend exposes the `/hostedPlugin/:pluginId/:path(*)` HTTP endpoint, which resolves the requested file path with `path.resolve(localPath, filePath)` without verifying that the resolved path…

  • CVE-2026-19884HigAug 14, 2026
    risk 0.48cvss epss 0.00

    In Eclipse Theia versions up to and including 1.69.0, opening a folder starts source control integration without requiring the user to trust the folder first. This affects applications built on Theia that include the git integration, such as the Theia IDE. Both Theia's own…

  • CVE-2026-10055HigJul 3, 2026
    risk 0.48cvss 8.5epss 0.00

    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. …

  • CVE-2020-14368HigDec 14, 2020
    risk 0.46cvss 7.1epss 0.01

    A flaw was found in Eclipse Che in versions prior to 7.14.0 that impacts CodeReady Workspaces. When configured with cookies authentication, Theia IDE doesn't properly set the SameSite value, allowing a Cross-Site Request Forgery (CSRF) and consequently allowing a cross-site…

  • CVE-2019-17636HigMar 10, 2020
    risk 0.46cvss 8.1epss 0.01

    In Eclipse Theia versions 0.3.9 through 0.15.0, one of the default pre-packaged Theia extensions is "Mini-Browser", published as "@theia/mini-browser" on npmjs.com. This extension, for its own needs, exposes a HTTP endpoint that allows to read the content of files on the host's…

  • CVE-2026-14574MedAug 5, 2026
    risk 0.42cvss 6.5epss 0.00

    In Eclipse Theia versions 0.7.0 and up until including 1.73.1, the `PreferenceUtils.merge` function in `@theia/core` recursively merges preference values without rejecting prototype-related keys (`__proto__`, `constructor`, `prototype`). Because this function is invoked by…

  • CVE-2021-28161MedMar 12, 2021
    risk 0.40cvss 6.1epss 0.01

    In Eclipse Theia versions up to and including 1.8.0, in the debug console there is no HTML escaping, so arbitrary Javascript code can be injected.

  • CVE-2026-22551MedJun 18, 2026
    risk 0.35cvss 6.5epss 0.00

    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…

  • CVE-2021-41038MedNov 10, 2021
    risk 0.00cvss 6.1epss 0.01

    In versions of the @theia/plugin-ext component of Eclipse Theia prior to 1.18.0, Webview contents can be hijacked via postMessage().

  • CVE-2021-28162MedMar 12, 2021
    risk 0.00cvss 6.1epss 0.01

    In Eclipse Theia versions up to and including 0.16.0, in the notification messages there is no HTML escaping, so Javascript code can run.

  • CVE-2020-27224CriFeb 24, 2021
    risk 0.00cvss 9.6epss 0.02

    In Eclipse Theia versions up to and including 1.2.0, the Markdown Preview (@theia/preview), can be exploited to execute arbitrary code.