Out-of-bounds read in go-ethereum - CVE-2020-26242
Published: November 24, 2020 / Updated: April 27, 2026
go-ethereum
Ethereum
Description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to an out-of-bounds read in the uint256 library MulMod operation when processing a MULMOD operation with a modulo value of 0. A remote attacker can submit a crafted block containing mulmod(a,b,0) to cause a denial of service.
Successful exploitation causes vulnerable nodes to crash during block processing and drop off the network.