Approved changes feed: RSS · Atom
cpe:2.3:a:parity:frontier:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Parity (d4191ed2-5da2-54f0-a37b-57baccf1aafa) |
|---|---|
| Product | Frontier (4569f786-5ccf-5a91-a7ba-53d6f7859181) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from purl2cpe mapping |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:github/paritytech/frontier |
purl2cpe | 2026-06-01 10:16:24.381546 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2023-45130 |
vulnerable | 2026-06-08 06:12:41.991590 |
Frontier opcode SUICIDE touches too many storage values on large contracts
HIGH (7.5)
Frontier is Substrate's Ethereum compatibility layer. Prior to commit aea528198b3b226e0d20cce878551fd4c0e3d5d0, at the end of a contract execution, when opcode SUICIDE marks a contract to be deleted, the software uses `storage::remove_prefix` (now renamed to `storage::clear_prefix`) to remove all storages associated with it. This is a single IO primitive call passing the WebAssembly boundary. For large contracts, the call (without providing a `limit` parameter) can be slow. In addition, for parachains, all storages to be deleted will be part of the PoV, which easily exceed relay chain PoV size limit. On the other hand, Frontier's maintainers only charge a fixed cost for opcode SUICIDE. The maintainers consider the severity of this issue high, because an attacker can craft a contract with a lot of storage values on a parachain, and then call opcode SUICIDE on the contract. If the transaction makes into a parachain block, the parachain will then stall because the PoV size will exceed relay chain's limit. This is especially an issue for XCM transactions, because they can't be skipped. Commit aea528198b3b226e0d20cce878551fd4c0e3d5d0 contains a patch for this issue. For parachains, it's recommended to issue an emergency runtime upgrade as soon as possible. For standalone chains, the impact is less severe because the issue mainly affects PoV sizes. It's recommended to issue a normal runtime upgrade as soon as possible. There are no known workarounds.
Published: 2023-10-13T12:14:15.105Z
Updated: 2024-09-17T14:30:56.468Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-28431 |
vulnerable | 2026-06-08 06:01:10.732977 |
Frontier's modexp precompile is slow for even modulus
HIGH (7.5)
Frontier is an Ethereum compatibility layer for Substrate. Frontier's `modexp` precompile uses `num-bigint` crate under the hood. In the implementation prior to pull request 1017, the cases for modulus being even and modulus being odd are treated separately. Odd modulus uses the fast Montgomery multiplication, and even modulus uses the slow plain power algorithm. This gas cost discrepancy was not accounted for in the `modexp` precompile, leading to possible denial of service attacks.
No fixes for `num-bigint` are currently available, and thus this issue is fixed in the short term by raising the gas costs for even modulus, and in the long term fixing it in `num-bigint` or switching to another modexp implementation. The short-term fix for Frontier is deployed at pull request 1017. There are no known workarounds aside from applying the fix.
Published: 2023-03-22T20:11:43.772Z
Updated: 2025-02-25T14:51:25.647Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-39242 |
vulnerable | 2026-06-08 05:47:18.422953 |
Incorrect Calculation in Frontier leads to inflated Ethereum chain gas prices
MEDIUM (5.3)
Frontier is an Ethereum compatibility layer for Substrate. Prior to commit d3beddc6911a559a3ecc9b3f08e153dbe37a8658, the worst case weight was always accounted as the block weight for all cases. In case of large EVM gas refunds, this can lead to block spamming attacks -- the adversary can construct blocks with transactions that have large amount of refunds or unused gases with reverts, and as a result inflate up the chain gas prices. The impact of this issue is limited in that the spamming attack would still be costly for any adversary, and it has no ability to alter any chain state. This issue has been patched in commit d3beddc6911a559a3ecc9b3f08e153dbe37a8658. There are no known workarounds.
Published: 2022-09-24T01:25:09.000Z
Updated: 2025-04-23T16:55:41.124Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-21685 |
vulnerable | 2026-06-08 05:40:02.001668 |
Integer underflow in Frontier
MEDIUM (6.5)
Frontier is Substrate's Ethereum compatibility layer. Prior to commit number `8a93fdc6c9f4eb1d2f2a11b7ff1d12d70bf5a664`, a bug in Frontier's MODEXP precompile implementation can cause an integer underflow in certain conditions. This will cause a node crash for debug builds. For release builds (and production WebAssembly binaries), the impact is limited as it can only cause a normal EVM out-of-gas. Users who do not use MODEXP precompile in their runtime are not impacted. A patch is available in pull request #549.
Published: 2022-01-14T17:05:11.000Z
Updated: 2025-04-23T19:11:58.958Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-41138 |
vulnerable | 2026-06-08 05:35:19.818281 |
Validity check for signed Frontier-specific extrinsic not called in block execution
MEDIUM (5.3)
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`.
Published: 2021-10-13T15:15:11.000Z
Updated: 2024-08-04T02:59:31.757Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-39193 |
vulnerable | 2026-06-08 05:33:49.168708 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.