Lucene search

K
githubGitHub Advisory DatabaseGHSA-FCMM-54JP-7VF6
HistoryMar 21, 2023 - 10:31 p.m.

Frontier's modexp precompile is slow for even modulus

2023-03-2122:31:30
CWE-682
GitHub Advisory Database
github.com
17
frontier
modexp
precompile
even modulus
gas cost
denial of service
fix
num-bigint
emergency upgrade
runtime
substrate
geth
implementation

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

46.9%

Impact

Frontier’s modexp precompile uses num-bigint crate under the hood. In the implementation, 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.

Patches

No fixes for num-bigint is currently available, and thus this advisory will be first 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 PR 1017.

The recommendations are as follows:

  • If you anticipate malicious validators, it’s recommended to issue an emergency runtime upgrade as soon as possible.
  • If you do not anticipate malicious validators, it’s recommended to issue a normal runtime upgrade, as Substrate has builtin timeout protection when validators are building blocks.

Workarounds

None.

References

A similar issue was presented in Geth’s implementation and the fix can be found here.

Affected configurations

Vulners
Node
parityfrontierRange0.1.0
CPENameOperatorVersion
frontierle0.1.0

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

46.9%

Related for GHSA-FCMM-54JP-7VF6