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 spin
to version 0.5.2 or higher.
spin is a Rust library that implements a simple spinlock, and is safe for #[no_std]
environments.
Affected versions of this package are vulnerable to Improper Lock. Wrong memory orderings inside the RwLock
implementation allow for two writers to acquire the lock at the same time. The drop implementation used Ordering::Relaxed
, which allows the compiler or CPU to reorder a mutable access on the locked data after the lock has been yielded.