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 cranelift-codegen
to version 0.85.2 or higher.
cranelift-codegen is a translates code from an intermediate representation into executable machine code.
Affected versions of this package are vulnerable to Use After Free in the runtime garbage collector. When a host passes non-null externref
s to WebAssembly, garbage collection is triggered, while active Wasm frames remain on the stack. Live references from these frames can be reclaimed and reallocated.
Note: This vulnerability can be worked around by passing false
to wasmtime::Config::wasm_reference_types
.