Cosmos Network Ethermint <= v0.4.0 is affected by a cross-chain transaction replay vulnerability in the EVM module. Since ethermint uses the same chainIDEpoch and signature schemes with ethereum for compatibility, a verified signature in ethereum is still valid in ethermint with the same msg content and chainIDEpoch, which enables "cross-chain transaction replay" attack.
github.com/cosmos/ethermint/rpc/namespaces/eth
{
"github_reviewed": true,
"cwe_ids": [
"CWE-294",
"CWE-295"
],
"github_reviewed_at": "2021-05-12T21:11:09Z",
"nvd_published_at": null,
"severity": "HIGH"
}