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.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, 2.37.4, 2.38.1 or higher.
Affected versions of this package are vulnerable to Information Exposure when an attacker convinces a victim to clone a repository with a symbolic link pointing at sensitive information on the victim's machine.
Users who are unable to upgrade to the fixed version should:
Avoid cloning untrusted repositories using the --local optimization
when on a shared machine, by passing the --no-local
option to git clone or cloning from a URL that uses the file:// scheme
.
Avoid cloning repositories from untrusted sources with --recurse-submodules
. Or, run git config --global protocol.file.allow user
.