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 applicationsA fix was pushed into the master
branch but not yet published.
lucet-runtime is a native WebAssembly compiler and runtime. It is designed to safely execute untrusted WebAssembly programs inside your application.
Affected versions of this package are vulnerable to Use After Free in an instance
object. When a WebAssembly
instance is dropped, its fields are destructed top-to-bottom - however when the alloc: Alloc
field is destructed, the instance would be de-allocated, and the remaining destructors will not be invoked. Any fields declared after the alloc
field could potentially result in a use-after-free if the instance memory is reallocated, and additionally a race condition if the instance is allocated by another thread.