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 metrics-util
to version 0.7.0 or higher.
metrics-util is a package of helper types/functions used by the metrics ecosystem.
Affected versions of this package are vulnerable to Race Condition. In the affected versions of the crate, AtomicBucket<T>
unconditionally implements Send
/Sync
traits. Therefore, users can create a data race to the inner T: !Sync
by using the AtomicBucket::data_with()
API. Such data races can potentially cause memory corruption or other undefined behavior.