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 claxon
to versions 0.3.2, 0.4.1 or higher.
claxon is a FLAC decoding library in Rust.
Affected versions of this package are vulnerable to Uninitialized Memory Exposure due to invalid assumption about the decode buffer.
Affected versions of Claxon made an invalid assumption about the decode buffer size being a multiple of a value read from the bitstream. This could cause parts of the decode buffer to not be overwritten. If the decode buffer was newly allocated and uninitialized, this uninitialized memory could be exposed. An attacker could observe parts of the uninitialized memory in the decoded audio stream.