CVE-2026-19884
CVE-2026-19884 is a high-severity vulnerability with a CVSS 4.0 base score of 8.4. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-15.
Key facts
- Severity: High (CVSS 4.0 base score 8.4)
- EPSS exploit prediction: 0% (3rd percentile)
- Actively exploited: Not listed in CISA KEV
- Weakness: CWE-15
- Published:
- Last modified:
Description
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 `@theia/git` extension and the builtin VS Code `git` extension run git commands such as `git status` as soon as a repository is detected. Since git honors repository-local configuration, a folder containing an attacker-controlled `.git/config` with `core.fsmonitor` (or a comparable hook-like setting) causes the configured command to be executed. The configuration can be delivered by burying a bare repository inside a regular repository (OVE-20210718-0001), so cloning an attacker-supplied repository and opening it in a Theia-based application is sufficient to execute arbitrary commands with the privileges of the user, without any confirmation prompt. As of 1.70.0, plugins that declare `capabilities.untrustedWorkspaces.supported: false`, which includes the builtin git extension, are no longer loaded or activated in an untrusted workspace, and the deprecated `@theia/git` extension has been removed, so no git command is executed against an untrusted folder.
Frequently asked questions
- What is CVE-2026-19884?
- 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 `@theia/git` extension and the builtin VS Code `git` extension run git commands such as `git status` as soon as a repository is detected. Since git honors repository-local configuration, a folder containing an attacker-controlled `.git/config` with `core.fsmonitor` (or a comparable hook-like setting) causes the configured command to be executed. The configuration can be delivered by burying a bare repository inside a regular repository (OVE-20210718-0001), so cloning an attacker-supplied repository and opening it in a Theia-based application is sufficient to execute arbitrary commands with the privileges of the user, without any confirmation prompt. As of 1.70.0, plugins that declare `capabilities.untrustedWorkspaces.supported: false`, which includes the builtin git extension, are no longer loaded or activated in an untrusted workspace, and the deprecated `@theia/git` extension has been removed, so no git command is executed against an untrusted folder.
- How severe is CVE-2026-19884?
- CVE-2026-19884 has a CVSS 4.0 base score of 8.4, rated high severity.
- Is CVE-2026-19884 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (3rd percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2026-19884?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- When was CVE-2026-19884 published?
- CVE-2026-19884 was published on 2026-08-14 and last updated on 2026-08-18.
References
- https://github.com/eclipse-theia/theia/pull/16809
- https://github.com/eclipse-theia/theia/pull/17098
- https://github.com/eclipse-theia/theia/pull/17148
- https://gitlab.eclipse.org/security/cve-assignment/-/work_items/231
- https://gitlab.eclipse.org/security/vulnerability-reports/-/work_items/175
Other CWE-15 vulnerabilities
- CVE-2026-45087 — Critical (CVSS 10.0): Dalfox is a powerful open-source XSS scanner and utility focused on automation. Prior to 2.13.0, when dalfox is started…
- CVE-2024-4326 — Critical (CVSS 9.8): A vulnerability in parisneo/lollms-webui versions up to 9.3 allows remote attackers to execute arbitrary code. The…
- CVE-2026-46399 — Critical (CVSS 9.4): HAX CMS helps manage microsite universe with PHP or NodeJs backends. The PHP version of HAX CMS prior to version 26.0.0…
- CVE-2024-39800 — Critical (CVSS 9.1): Multiple external config control vulnerabilities exists in the openvpn.cgi openvpn_server_setup() functionality of…
- CVE-2024-39799 — Critical (CVSS 9.1): Multiple external config control vulnerabilities exists in the openvpn.cgi openvpn_server_setup() functionality of…
- CVE-2024-39798 — Critical (CVSS 9.1): Multiple external config control vulnerabilities exists in the openvpn.cgi openvpn_server_setup() functionality of…