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 libgit2-sys
to version 0.16.2+1.7.2 or higher.
libgit2-sys is a bindings for Rust.
Affected versions of this package are vulnerable to Infinite Loop in the git_revparse_single
function in src/libgit2/revparse.c
. An attacker can cause the function to enter an infinite loop. The revparse
function uses a loop to parse the user-provided spec string, and there is an edge-case during parsing that allows a bad actor to force the loop conditions to access arbitrary memory. Potentially, this could also leak memory if the extracted rev spec is reflected back to the attacker.