Lucene search

K
cve[email protected]CVE-2023-28431
HistoryMar 22, 2023 - 9:15 p.m.

CVE-2023-28431

2023-03-2221:15:18
CWE-682
web.nvd.nist.gov
29
frontier
ethereum
substrate
modexp precompile
gas cost discrepancy
denial of service attacks
num-bigint
pull request 1017
fix
nvd

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

0.001 Low

EPSS

Percentile

47.1%

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.

Affected configurations

Vulners
NVD
Node
paritytechfrontierRange0.1.0

CNA Affected

[
  {
    "vendor": "paritytech",
    "product": "frontier",
    "versions": [
      {
        "version": "<= 0.1.0",
        "status": "affected"
      }
    ]
  }
]

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

0.001 Low

EPSS

Percentile

47.1%

Related for CVE-2023-28431