Malicious user can permanently break InterchainProposalExecutor#_executeProposal by returning huge amounts of data
Lines of code Vulnerability details Impact InterchainProposalExecutorexecuteProposal makes a call to interchaincall to send the value. It then stores the return data of the call in memory. A malicious user could set the interchaincall target to a malicious contract that would return an extremely...