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 ordered-float
to version 2.0.1, 1.1.1 or higher.
ordered-float is a wrappers for total ordering on floats.
Affected versions of this package are vulnerable to Use After Free. After using assignment operators such as NotNan::add_assign
, NotNan::mul_assign
, etc., it was possible for the resulting NotNan
value to contain a NaN
. This could cause undefined behavior in safe code, because the safe NotNan::cmp
method contains internal unsafe code that assumes the value is never NaN
.