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.
References
Link | Resource |
---|---|
https://github.com/paritytech/frontier/commit/aea528198b3b226e0d20cce878551fd4c0e3d5d0 | Patch |
https://github.com/paritytech/frontier/pull/1212 | Patch Vendor Advisory |
https://github.com/paritytech/frontier/security/advisories/GHSA-gc88-2gvv-gp3v | Patch Vendor Advisory |
https://github.com/paritytech/frontier/commit/aea528198b3b226e0d20cce878551fd4c0e3d5d0 | Patch |
https://github.com/paritytech/frontier/pull/1212 | Patch Vendor Advisory |
https://github.com/paritytech/frontier/security/advisories/GHSA-gc88-2gvv-gp3v | Patch Vendor Advisory |
Configurations
History
21 Nov 2024, 08:26
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/paritytech/frontier/commit/aea528198b3b226e0d20cce878551fd4c0e3d5d0 - Patch | |
References | () https://github.com/paritytech/frontier/pull/1212 - Patch, Vendor Advisory | |
References | () https://github.com/paritytech/frontier/security/advisories/GHSA-gc88-2gvv-gp3v - Patch, Vendor Advisory |
24 Oct 2023, 13:56
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.5 |
References | (MISC) https://github.com/paritytech/frontier/security/advisories/GHSA-gc88-2gvv-gp3v - Patch, Vendor Advisory | |
References | (MISC) https://github.com/paritytech/frontier/pull/1212 - Patch, Vendor Advisory | |
References | (MISC) https://github.com/paritytech/frontier/commit/aea528198b3b226e0d20cce878551fd4c0e3d5d0 - Patch | |
First Time |
Parity frontier
Parity |
|
CPE | cpe:2.3:a:parity:frontier:*:*:*:*:*:rust:*:* |
13 Oct 2023, 13:46
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-10-13 13:15
Updated : 2024-11-21 08:26
NVD link : CVE-2023-45130
Mitre link : CVE-2023-45130
CVE.ORG link : CVE-2023-45130
JSON object : View
Products Affected
parity
- frontier
CWE
CWE-770
Allocation of Resources Without Limits or Throttling