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 applicationsLearn about Out of Memory Condition vulnerabilities in an interactive lesson.
Start learningThere is no fixed version for rust-protobuf
.
rust-protobuf is a Rust implementation of Google protocol buffers.
Affected versions of this package are vulnerable to Out of Memory Condition. The method Vec::reserve()
is used on user-supplied input. However, no max allocated vec
is used when reading length-delimited from an unknown input stream (`stream::read_raw_bytes_into()). This could allow an attacker to cause an Out of Memory condition while calling the vulnerable method on untrusted data.