HIGH🇵🇱 Wersja polska

CVE-2026-12609

CVSS 7.5v3.1pub. 2026-08-05upd. 2026-08-07

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 stays within the plugin's directory. An unauthenticated network attacker can send percent-encoded `../` sequences (`%2e%2e%2f`) that decode into the path parameter and escape the plugin directory, allowing arbitrary files readable by the Theia backend process to be retrieved. Plugin IDs are derived deterministically from a plugin's publisher and name, so built-in plugins serve as reliable anchors that require no prior knowledge of the target system.

CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Eclipse Theia

    APP
    Eclipse
    1.66.0 – 1.74.0 (excl.)
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
Path Traversal
CWE
References

Related vulnerabilities

CVE-2021-34436CRITICAL9.8PL ✓same product

RCE i XXE w Eclipse Theia via theia-xml-extension

CVE-2020-27224CRITICAL9.6PL ✓same product

Eclipse Theia: RCE przez podatność XSS w Markdown Preview

CVE-2026-61891HIGH7.5PL ✓same product

Eclipse Theia: nieuwierzytelniony odczyt plików przez path traversal w endpointach HTTP

CVE-2026-60009HIGH8.8PL ✓same product

Eclipse Theia — nieuwierzytelniony arbitrary file write z możliwością RCE

CVE-2026-44688HIGH8.4same product

In Eclipse Theia versions prior to 1.71.0, the AI chat agent processed workspace file and directory names as p...