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 os_str_bytes
to version 2.0.0 or higher.
os_str_bytes is a crate that allows interacting with the data stored internally by OsStr and OsString, without resorting to panics or corruption for invalid UTF-8.
Affected versions of this package are vulnerable to Insecure Default. The Windows implementation of os_str_bytes
relied on the behavior of std::char::from_u32_unchecked
when its safety clause is violated.
Even though this worked with Rust versions up to 1.42 (at least), that behavior could change with any new Rust version, possibly leading a security issue.