CVE-2021-41138

Frontier is Substrate's Ethereum compatibility layer. In the newly introduced signed Frontier-specific extrinsic for `pallet-ethereum`, a large part of transaction validation logic was only called in transaction pool validation, but not in block execution. Malicious validators can take advantage of this to put invalid transactions into a block. The attack is limited in that the signature is always validated, and the majority of the validation is done again in the subsequent `pallet-evm` execution logic. However, do note that a chain ID replay attack was possible. In addition, spamming attacks are of main concerns, while they are limited by Substrate block size limits and other factors. The issue is patched in commit `146bb48849e5393004be5c88beefe76fdf009aba`.
Configurations

Configuration 1 (hide)

cpe:2.3:a:parity:frontier:*:*:*:*:*:*:*:*

History

20 Oct 2021, 16:45

Type Values Removed Values Added
References (CONFIRM) https://github.com/paritytech/frontier/security/advisories/GHSA-vj62-g63v-f8mf - (CONFIRM) https://github.com/paritytech/frontier/security/advisories/GHSA-vj62-g63v-f8mf - Patch, Third Party Advisory
References (MISC) https://github.com/paritytech/frontier/pull/497 - (MISC) https://github.com/paritytech/frontier/pull/497 - Patch, Third Party Advisory
References (MISC) https://github.com/paritytech/frontier/commit/146bb48849e5393004be5c88beefe76fdf009aba - (MISC) https://github.com/paritytech/frontier/commit/146bb48849e5393004be5c88beefe76fdf009aba - Patch, Third Party Advisory
CPE cpe:2.3:a:parity:frontier:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : 5.3
v2 : 5.0
v3 : 5.3

13 Oct 2021, 17:37

Type Values Removed Values Added
New CVE

Information

Published : 2021-10-13 16:15

Updated : 2023-12-10 14:09


NVD link : CVE-2021-41138

Mitre link : CVE-2021-41138

CVE.ORG link : CVE-2021-41138


JSON object : View

Products Affected

parity

  • frontier
CWE
CWE-20

Improper Input Validation