---
id: CVE-2021-39137
aliases:
  - GHSA-9856-9gg9-qcmq
  - GO-2022-0254
title: Ethereum Contains Consensus Flaw During Block Processing
summary: Ethereum Contains Consensus Flaw During Block Processing
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'
vendor: ethereum
product: github.com/ethereum/go-ethereum
ecosystem: go
affected:
  - 'github.com/ethereum/go-ethereum >= 1.10.0, < 1.10.8'
patched:
  - github.com/ethereum/go-ethereum 1.10.8
published: '2021-08-30'
updated: '2026-07-08'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-9856-9gg9-qcmq'
references:
  - url: >-
      https://github.com/ethereum/go-ethereum/security/advisories/GHSA-9856-9gg9-qcmq
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2021-39137'
  - url: >-
      https://github.com/ethereum/go-ethereum/pull/23381/commits/4d4879cafd1b3c906fc184a8c4a357137465128f
  - url: 'https://github.com/ethereum/go-ethereum'
  - url: 'https://github.com/ethereum/go-ethereum/releases/tag/v1.10.8'
  - url: 'https://pkg.go.dev/vuln/GO-2022-0254'
tags:
  - osv
  - go
epss: 0.01325
epssPercentile: 0.6973
ingestedAt: '2026-07-09T18:56:36.266Z'
---

## Overview

### Impact

A vulnerability in the Geth EVM could cause a node to reject the canonical chain. 

### Description 

A memory-corruption bug within the EVM can cause a consensus error, where vulnerable nodes obtain a different `stateRoot` when processing a maliciously crafted transaction. This, in turn, would lead to the chain being split in two forks.

All Geth versions supporting the London hard fork are vulnerable (which predates London), so all users should update.

This bug was exploited on Mainnet at block 13107518, leading to a minority chain split. 

### Patches

A patch is included in the `v1.10.8` release.
The exact patch to fix the issue is contained within this [commit](https://github.com/ethereum/go-ethereum/pull/23381/commits/4d4879cafd1b3c906fc184a8c4a357137465128f)

### Workarounds

No workarounds exist, save to update and/or apply the patch commit. 

### References. 

Post-mortem [write-up](https://github.com/ethereum/go-ethereum/blob/master/docs/postmortems/2021-08-22-split-postmortem.md).

### Credits

The bug was found by @guidovranken (working for [Sentnl](https://sentnl.io/) during an audit of the [Telos EVM](https://www.telos.net/evm)) and reported via bounty@ethereum.org.

### For more information
If you have any questions or comments about this advisory:

* Open an issue in [go-ethereum](https://github.com/ethereum/go-ethereum/)
* Email us at [security@ethereum.org](mailto:security@ethereum.org)


## Affected packages

- `github.com/ethereum/go-ethereum >= 1.10.0, < 1.10.8`

## Remediation

Upgrade to a patched release:

- `github.com/ethereum/go-ethereum 1.10.8`
