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 iced-x86
to version 1.10.3 or higher.
iced-x86 is an iced-x86 is a blazing fast and correct x86/x64 disassembler, assembler and instruction decoder written in Rust.
Affected versions of this package are vulnerable to Soundness Violation. iced-x86
invoke undefined behavior which may cause soundness issues in crates using the iced_x86::Decoder
struct. The Decoder::new()
function made a call to slice.get_unchecked(slice.length())
to get the end position of the input buffer. The flaw was fixed with safe logic that does not invoke undefined behavior.