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 alloy-dyn-abi to version 0.8.26, 1.4.1 or higher.
alloy-dyn-abi is a Dynamic Solidity type encoder.
Run-time representation of Ethereum's type system with ABI encoding & decoding.
This library provides a runtime encoder/decoder for solidity types. It is intended to be used when the solidity type is not known at compile time. This is particularly useful for EIP-712 signing interfaces.
We strongly recommend using the static encoder/decoder when possible. The dynamic encoder/decoder is significantly more expensive, especially for complex types. It is also significantly more error prone, as the mapping between solidity types and rust types is not enforced by the compiler.
Affected versions of this package are vulnerable to Uncaught Exception via the alloy_dyn_abi::TypedData function when malformed input is provided to eip712_signing_hash. An attacker can cause a panic that results in service disruption by submitting specially crafted input.