A vulnerability in the Geth EVM could cause a node to reject the canonical chain.
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.
A patch is included in the v1.10.8
release.
The exact patch to fix the issue is contained within this commit
No workarounds exist, save to update and/or apply the patch commit.
Post-mortem write-up.
The bug was found by @guidovranken (working for Sentnl during an audit of the Telos EVM) and reported via bounty@ethereum.org.
If you have any questions or comments about this advisory:
{ "nvd_published_at": "2021-08-24T16:15:00Z", "cwe_ids": [ "CWE-436" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-08-26T15:08:22Z" }