CVE-2023-28431

CVSS V2 None CVSS V3 None
Description
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.
Overview
  • CVE ID
  • CVE-2023-28431
  • Assigner
  • security-advisories@github.com
  • Vulnerability Status
  • Analyzed
  • Published Version
  • 2023-03-22T21:15:18
  • Last Modified Date
  • 2023-03-28T16:27:42
CPE Configuration (Product)
CPE Vulnerable Operator Version Start Version End
cpe:2.3:a:parity:frontier:*:*:*:*:*:*:*:* 1 OR 2023-03-15
History
Created Old Value New Value Data Type Notes
2023-04-17 03:12:47 Added to TrackCVE
2023-04-17 03:12:50 Weakness Enumeration new