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 stack
to version 0.3.1 or higher.
stack is a package that implements dynamically sized types over stack allocated arrays.
Affected versions of this package are vulnerable to Out-of-bounds Write. ArrayVec::insert
allows insertion of an element into the array object into the specified index. Due to a missing check on the upper bound of this index, it is possible to write out of bounds.