CVE-2026-22868
Ethereum Geth vulnerability analysis and mitigation

Overview

CVE-2026-22868 is a Denial of Service (DoS) vulnerability in go-ethereum (geth), the official Go implementation of the Ethereum execution layer protocol. An attacker can cause high CPU usage or force a vulnerable node to crash/shutdown by sending a specially crafted peer-to-peer (p2p) message. All versions up to and including 1.16.7 are affected; the vulnerability is fixed in version 1.16.8. It was disclosed on January 13, 2026, via the Ethereum Foundation Bug Bounty Program and carries a CVSS v3.1 score of 7.5 (High) and a CVSS v4.0 score of 7.1 (High) (Github Advisory, GHSA Advisory).

Technical details

The vulnerability is classified as CWE-20 (Improper Input Validation) and CWE-400 (Uncontrolled Resource Consumption). Analysis of the patch commit reveals two distinct attack surfaces: (1) the transaction fetcher (eth/fetcher/tx_fetcher.go) failed to properly handle KZG proof verification failures for blob transactions — a computationally expensive operation — allowing a malicious peer to repeatedly trigger expensive KZG verification without being disconnected; and (2) a bounds-check error in the ECIES decryption routine (crypto/ecies/ecies.go) where the length check used hLen instead of params.BlockSize, potentially enabling a crash via a malformed encrypted message. The fix adds an ErrKZGVerificationError sentinel, terminates transaction processing on KZG failure, and disconnects the offending peer, while also correcting the ECIES bounds check (Patch Commit, Github Advisory).

Impact

Successful exploitation results in a complete availability impact on the targeted geth node — either sustained high CPU consumption leading to degraded performance, or an outright crash/shutdown. There is no confidentiality or integrity impact. A crashed or resource-exhausted node loses its ability to participate in the Ethereum network, validate transactions, or serve RPC clients, which could disrupt staking operations, infrastructure services, or decentralized application backends relying on the affected node (Github Advisory, GHSA Advisory).

Exploitability

There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time. The EPSS score is approximately 0.05% (16th percentile), indicating a low near-term exploitation probability. The vulnerability requires low privileges (the attacker must be a peer on the Ethereum p2p network) but no user interaction, and exploitation is low complexity once a peer connection is established. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The issue was responsibly disclosed through the Ethereum Foundation Bug Bounty Program by researcher @Yenya030 (Github Advisory, GHSA Advisory).

Exploitation steps

  1. Establish a p2p peer connection: Connect to a target geth node (versions ≤ 1.16.7) via the Ethereum DevP2P protocol on the default port (30303/TCP), establishing a valid peer relationship.
  2. Craft a malicious blob transaction: Construct a blob transaction (EIP-4844 type) with a deliberately invalid or malformed KZG cell proof — for example, mutating a byte in the proof as demonstrated in the patch's test case (cellProof[0][0] = 0x01).
  3. Broadcast the malicious transaction: Send the crafted blob transaction to the target node via the p2p transaction announcement/delivery mechanism (NewPooledTransactionHashes + PooledTransactions).
  4. Trigger expensive KZG verification: The target node attempts to verify the invalid KZG proof, consuming significant CPU resources. On unpatched nodes, the peer is not disconnected and can repeat this process continuously.
  5. Achieve DoS: Repeated submission of such transactions causes sustained high CPU usage, degrading or crashing the node and preventing it from participating in the Ethereum network (Patch Commit, Github Advisory).

Indicators of compromise

  • Network: Unexpected or repeated inbound p2p connections on TCP port 30303 from unknown peers; high volume of blob transaction (BlobTxType) announcements from a single peer.
  • Process: Sustained abnormally high CPU utilization by the geth process without a corresponding increase in legitimate network activity or block processing.
  • Logs: Geth debug/warn logs showing repeated KZG verification errors or messages such as "Disconnect peer for protocol violation" (added in the patched version); unexpected node shutdown or panic stack traces in geth logs.
  • File System: Core dump files or crash reports generated by an unexpected geth process termination.

Mitigation and workarounds

The primary remediation is to upgrade go-ethereum to version 1.16.8 or later, which contains the fix for both the KZG verification DoS and the ECIES bounds-check issue (GHSA Advisory, Patch Commit). As a temporary workaround where immediate upgrade is not possible, operators should implement network-level access controls (e.g., firewall rules or trusted peer lists via --netrestrict or --trustedpeers) to restrict inbound p2p connections to known, trusted peers only. Monitoring for unexpected node crashes or sustained CPU spikes can help detect exploitation attempts.

Community reactions

The vulnerability was reported to the Ethereum Foundation Bug Bounty Program by researcher @Yenya030 and was published by go-ethereum maintainer fjl on January 13, 2026. The advisory notes that "more details to be released later," suggesting a coordinated disclosure with intentionally limited initial technical detail. Coverage appeared on security aggregators including Vulners, VulDB, and Red Hat's CVE tracker shortly after disclosure, and a brief write-up was published at infinitsec.net describing it as a "DoS via malicious p2p message" (Github Advisory, GHSA Advisory).

Additional resources


SourceThis report was generated using AI

Related Ethereum Geth vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-26314HIGH8.7
  • Ethereum Geth logoEthereum Geth
  • cpe:2.3:a:ethereum:go_ethereum
NoYesFeb 19, 2026
CVE-2026-22868HIGH7.1
  • Ethereum Geth logoEthereum Geth
  • cpe:2.3:a:ethereum:go_ethereum
NoYesJan 13, 2026
CVE-2026-22862HIGH7.1
  • Ethereum Geth logoEthereum Geth
  • cpe:2.3:a:ethereum:go_ethereum
NoYesJan 13, 2026
CVE-2026-26315MEDIUM6.9
  • Ethereum Geth logoEthereum Geth
  • cpe:2.3:a:ethereum:go_ethereum
NoYesFeb 19, 2026
CVE-2026-26313MEDIUM6.9
  • Ethereum Geth logoEthereum Geth
  • cpe:2.3:a:ethereum:go_ethereum
NoYesFeb 19, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management