
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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).
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).
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).
cellProof[0][0] = 0x01).NewPooledTransactionHashes + PooledTransactions).BlobTxType) announcements from a single peer.geth process without a corresponding increase in legitimate network activity or block processing."Disconnect peer for protocol violation" (added in the patched version); unexpected node shutdown or panic stack traces in geth logs.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.
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).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."