Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade @theia/plugin-ext to version 1.70.0 or higher.
@theia/plugin-ext is a Theia - Plugin Extension
Affected versions of this package are vulnerable to Inclusion of Functionality from Untrusted Control Sphere due to missing workspace-trust enforcement in the plugin and extension loading path. An attacker can execute commands with the user's privileges by supplying and opening an untrusted repository whose Git configuration triggers git commands such as git status before the folder is trusted. The vulnerable @theia/git and builtin VS Code Git integration run against newly opened folders as soon as a repository is detected, so repository-local settings like .git/config core.fsmonitor are honored during startup. Opening an attacker-controlled cloned repository is enough to trigger the hostile command without any trust prompt or user confirmation.