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 git/git
to version 2.39.4, 2.40.2, 2.41.1, 2.42.2, 2.43.4, 2.44.1, 2.45.1 or higher.
Affected versions of this package are vulnerable to Path Traversal through the submodule's worktree configuration. An attacker can execute arbitrary code by crafting a malicious repository that writes a hook into the .git/
directory, which then executes during the clone operation without giving the user the opportunity to inspect the code.
Note:
This is only exploitable if symbolic link support is enabled (e.g., not set to false
via git config --global core.symlinks false
).
This vulnerability can be mitigated by avoiding cloning repositories from untrusted sources.