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 applicationsA fix was pushed into the master
branch but not yet published.
Affected versions of this package are vulnerable to Incorrect Type Conversion or Cast via the incorrect implementation of the CallableByContract
process. An attacker can access precompile addresses that should be unreachable by smart contract accounts by constructing a smart contract under CREATE
or CREATE2
, which is mistakenly identified as an externally owned account.
Note:
This is exploitable if custom precompile implementations utilize both AddressType::EOA
and AddressType::Contract
.