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 syncpool
to version 0.1.6 or higher.
syncpool is an A thread-friendly library for recycle of heavy and heap-based objects to reduce allocation and memory pressure.
Affected versions of this package are vulnerable to Out-of-bounds Write. It unconditionally implements Send
for Bucket2. This allows sending non-Send types to other threads.
This can lead to data races when non Send types like Cell<T> or Rc<T>
are contained inside Bucket2 and sent across thread boundaries.