CVE-2026-12609
Published:August 05, 2026
Updated:September 01, 2026
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.
Affected Packages
https://github.com/eclipse-theia/theia.git (GITHUB):
Affected version(s) >=v1.66.0 <v1.74.0Fix Suggestion:
Update to version v1.74.0@theia/plugin-ext (NPM):
Affected version(s) >=1.66.0 <1.74.0Fix Suggestion:
Update to version 1.74.0Related Resources (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
EPSS
Base Score:
0.41