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 applicationsLearn about Exposure of Resource to Wrong Sphere vulnerabilities in an interactive lesson.
Start learning:
If it is not possible to upgrade to the fixed version, the user can redeploy the same contract, i.e. with identical bytecode, so that the original contract's code is recovered. The new contract deployment restores the bytecode hash -> bytecode
entry in the internal state.
github.com/evmos/ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the Cosmos SDK.
Affected versions of this package are vulnerable to Exposure of Resource to Wrong Sphere due to a bug in the DeleteAccount
function, all contracts sharing identical bytecodes (i.e sharing the same CodeHash
) will also stop working once one contract invokes selfdestruct
, even though only a single contract invoked the selfdestruct
OPCODE.
If it is not possible to upgrade to the fixed version, the user can redeploy the same contract, i.e. with identical bytecode, so that the original contract's code is recovered. The new contract deployment restores the bytecode hash -> bytecode
entry in the internal state.