漏洞标题
SHL、 ShR 和 SAR 操作在贝塞尔节点的关键值触发原生异常
漏洞描述信息
SHL、SHR 和 SAR 操作在 Besu 的关键值上触发原生异常
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
漏洞类别
N/A
漏洞标题
SHL, SHR, and SAR operations trigger native exception at key values in besu
漏洞描述信息
Besu is an Ethereum client written in Java. Starting in version 21.10.0, changes in the implementation of the SHL, SHR, and SAR operations resulted in the introduction of a signed type coercion error in values that represent negative values for 32 bit signed integers. Smart contracts that ask for shifts between approximately 2 billion and 4 billion bits (nonsensical but valid values for the operation) will fail to execute and hence fail to validate. In networks where vulnerable versions are mining with other clients or non-vulnerable versions this will result in a fork and the relevant transactions will not be included in the fork. In networks where vulnerable versions are not mining (such as Rinkeby) no fork will result and the validator nodes will stop accepting blocks. In networks where only vulnerable versions are mining the relevant transaction will not be included in any blocks. When the network adds a non-vulnerable version the network will act as in the first case. Besu 21.10.2 contains a patch for this issue. Besu 21.7.4 is not vulnerable and clients can roll back to that version. There is a workaround available: Once a transaction with the relevant shift operations is included in the canonical chain, the only remediation is to make sure all nodes are on non-vulnerable versions.
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
漏洞类别
数值类型间的不正确转换
漏洞标题
Matkt Hyperledger Besu 安全漏洞
漏洞描述信息
Matkt Hyperledger Besu是 (Matkt)开源的一个应用程序。用于运行,维护,调试和监视以太坊网络中的节点。 Besu 21.10.0版本开始存在安全漏洞,该漏洞源于软件中SHL、SHR和SAR操作实现中的更改导致在表示32位有符号整数的负值的值中引入了有符号类型强制转换错误。要求在大约20亿到40亿位之间转换的智能合约(对于操作来说是无意义的但有效的值)将无法执行,因此无法验证。在脆弱版本与其他客户端或非脆弱版本进行挖掘的网络中,这将导致分叉和相关事务处理
CVSS信息
N/A
漏洞类别
其他