A bug in pallet-ethereum
can cause invalid transactions to be included in the Ethereum block state in pallet-ethereum
due to not validating the input data size. Any invalid transactions included this way have no possibility to alter the internal Ethereum or Substrate state. The transaction will appear to have be included, but is of no effect as it is rejected by the EVM engine. The impact is further limited by Substrate extrinsic size constraints.
Patches are applied in PR #465.
None.
Patch PR: https://github.com/paritytech/frontier/pull/465
If you have any questions or comments about this advisory: * Open an issue in the Frontier repo
{ "nvd_published_at": "2021-09-03T18:15:00Z", "cwe_ids": [ "CWE-1284", "CWE-20" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-09-01T18:16:10Z" }