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 smallvec
to version 0.6.10 or higher.
smallvec is a "Small vector" optimization for Rust: store up to a small number of items on the stack.
Affected versions of this package are vulnerable to Use After Free in SmallVec::grow(). Attempting to call grow
with a value equal to the current capacity causes it to free the existing data. This performs a double free immediately and may lead to use-after-free on subsequent accesses to the SmallVec contents. An attacker that controls the value passed to grow
may exploit this flaw to obtain memory contents or gain remote code execution.