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 wasmtime-wasi
to version 24.0.4, 33.0.2, 34.0.2 or higher.
wasmtime-wasi is a Crate defining the Wasi type for Wasmtime, which represents a WASI instance which may be added to a linker.
Affected versions of this package are vulnerable to Operation on a Resource after Expiration or Release via the fd_renumber
function in the preview1.rs
file. An attacker can cause a panic in the host environment by invoking fd_renumber
with either two identical arguments or with a second argument referencing a previously closed file descriptor, followed by a call to open a new file descriptor.
Note: This is only exploitable if the embedding provides a preopened directory to the guest, allowing the creation of additional file descriptors.