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 bumpalo
to version 3.2.1 or higher.
bumpalo is a bump allocation arena for Rust.
Affected versions of this package are vulnerable to Memory Exposure. old_size
number of bytes in the old allocation, are accidentally copied instead of the new_size
number of bytes, which could lead to copying bytes into the realoc
space from past the chunk that was supposed to be bump allocated out of, i.e. from unknown memory.
If an attacker can cause realloc
s, and can read the realoc
ed data back, this could allow them to read from other regions of memory that they should not have access to.