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 applicationsThere is no fixed version for github.com/cosmos/ethermint/x/evm/types
.
github.com/cosmos/ethermint/x/evm/types is an a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and interoperable with Ethereum.
Affected versions of this package are vulnerable to Storage Caching Lifecycle Inconsistency. Due to the inconsistency between the Storage
caching cycle and the TX
processing cycle, Storage
changes caused by a failed transaction are improperly reserved in memory. Although the bad storage cache data will be discarded at EndBlock
, it is still valid in the current block, which enables many possible attacks (such as an "arbitrary mint token").