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.8, 2.31.7, 2.32.6, 2.33.7, 2.34.7, 2.35.7, 2.36.5, 2.37.6, 2.38.4, 2.39.2 or higher.
Affected versions of this package are vulnerable to Arbitrary File Read when cloning a malicious repository whose objects
directory is a symbolic link. Attackers with knowledge of specific file paths can expose the content of those files.
This vulnerability can be avoided by cloning repositories without recursively cloning their submodules. By checking the .gitmodules
at each level for suspicious URLs and running git submodule update
on directories one by one, the same functionality is achieved.