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 Improper Input Validation vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/cosmos/cosmos-sdk/x/auth/vesting
to version 0.47.9, 0.50.4 or higher.
Affected versions of this package are vulnerable to Improper Input Validation in the x/auth/vesting
module. An attacker can create a periodic vesting account on a blocked address, such as a non-initialized module account, leading to a potential chain halt if the uninitialized account is called by GetModuleAccount
in Begin
/EndBlock
of a module.