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 rusqlite
to version 0.25.4, 0.26.2 or higher.
rusqlite is a wrapper for using SQLite from Rust.
Affected versions of this package are vulnerable to Use After Free. If a closure referencing borrowed values on the stack is passed to one of the following functions, it could allow access to objects on the stack after they have been dropped.
The impacted functions are:
rusqlite::Connection::commit_hook
rusqlite::Connection::create_aggregate_function
rusqlite::Connection::create_collation
rusqlite::Connection::create_scalar_function
rusqlite::Connection::create_window_function
rusqlite::Connection::rollback_hook
rusqlite::Connection::update_hook