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.31.6, 2.32.5, 2.33.6, 2.34.6, 2.35.6, 2.36.4, 2.37.5, 2.38.3, 2.39.1 or higher.
Affected versions of this package are vulnerable to Integer Overflow or Wraparound when processing the padding operators (e.g., %<(, %<|(, %>(, %>>(, or %><(
), an integer overflow can occur in pretty.c::format_and_pad_commit()where a
size_tis improperly stored as an int, and then added as an offset to a subsequent
memcpy()` call.
If users are not able to upgrade to the fixed version, it is recommended to disable git archive in untrusted repositories:
If you expose git archive via git daemon, disable it by running git config --global daemon.uploadArch false.
Avoid running git archive directly on untrusted repositories if you do not.