CVE-2022-36025

Besu is a Java-based Ethereum client. In versions newer than 22.1.3 and prior to 22.7.1, Besu is subject to an Incorrect Conversion between Numeric Types. An error in 32 bit signed and unsigned types in the calculation of available gas in the CALL operations (including DELEGATECALL) results in incorrect gas being passed into called contracts and incorrect gas being returned after call execution. Where the amount of gas makes a difference in the success or failure, or if the gas is a negative 64 bit value, the execution will result in a different state root than expected, resulting in a consensus failure in networks with multiple EVM implementations. In networks with a single EVM implementation this can be used to execute with significantly more gas than then transaction requested, possibly exceeding gas limitations. This issue is patched in version 22.7.1. As a workaround, reverting to version 22.1.3 or earlier will prevent incorrect execution.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:linuxfoundation:besu:*:*:*:*:*:*:*:*
cpe:2.3:a:linuxfoundation:besu:22.4.0:-:*:*:*:*:*:*
cpe:2.3:a:linuxfoundation:besu:22.4.0:rc2:*:*:*:*:*:*

History

28 Sep 2022, 14:41

Type Values Removed Values Added
CWE CWE-196
References (CONFIRM) https://github.com/hyperledger/besu/security/advisories/GHSA-4456-w38r-m53x - (CONFIRM) https://github.com/hyperledger/besu/security/advisories/GHSA-4456-w38r-m53x - Third Party Advisory
CPE cpe:2.3:a:linuxfoundation:besu:22.4.0:rc2:*:*:*:*:*:*
cpe:2.3:a:linuxfoundation:besu:*:*:*:*:*:*:*:*
cpe:2.3:a:linuxfoundation:besu:22.4.0:-:*:*:*:*:*:*
First Time Linuxfoundation besu
Linuxfoundation
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.1

24 Sep 2022, 03:15

Type Values Removed Values Added
New CVE

Information

Published : 2022-09-24 02:15

Updated : 2023-12-10 14:35


NVD link : CVE-2022-36025

Mitre link : CVE-2022-36025

CVE.ORG link : CVE-2022-36025


JSON object : View

Products Affected

linuxfoundation

  • besu
CWE
CWE-681

Incorrect Conversion between Numeric Types

CWE-196

Unsigned to Signed Conversion Error