GHSA-vj62-g63v-f8mf · Severity: medium · Ecosystem: rust — Validity check missing in Frontier
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`.
Conclusion & alert: CVE-2021-41138 is rated Moderate Risk (44.4/100): CVSS Medium severity, with medium exploitation likelihood (EPSS 0.57%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2025-04-08 | 0.55% | 0.57% | +0.03% |
| 2 | 2025-03-30 | 0.69% | 0.55% | -0.15% |
| 3 | 2025-03-29 | — | 0.69% | — |
Full EPSS history (11 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
GHSA-vj62-g63v-f8mf · Severity: medium · Ecosystem: rust — Validity check missing in Frontier
| URL | Tags |
|---|---|
| https://github.com/paritytech/frontier/commit/146bb48849e5393004be5c88beefe76fdf009aba | Patch Third Party Advisory |
| https://github.com/paritytech/frontier/pull/497 | Patch Third Party Advisory |
| https://github.com/paritytech/frontier/security/advisories/GHSA-vj62-g63v-f8mf | Patch Third Party Advisory |