Transaction validity oversight in pallet-ethereum
Moderate severity
GitHub Reviewed
Published
Sep 1, 2021
in
polkadot-evm/frontier
•
Updated Oct 24, 2024
Description
Reviewed
Sep 1, 2021
Published to the GitHub Advisory Database
Sep 1, 2021
Published by the National Vulnerability Database
Sep 3, 2021
Last updated
Oct 24, 2024
Impact
A bug in
pallet-ethereum
can cause invalid transactions to be included in the Ethereum block state inpallet-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
Patches are applied in PR #465.
Workarounds
None.
References
Patch PR: polkadot-evm/frontier#465
For more information
If you have any questions or comments about this advisory:
References