CVE-2026-26315: CWE-203: Observable Discrepancy in ethereum go-ethereum
go-ethereum (Geth) is a golang execution layer implementation of the Ethereum protocol. Prior to version 1.16.9, through a flaw in the ECIES cryptography implementation, an attacker may be able to extract bits of the p2p node key. The issue is resolved in the v1.16.9 and v1.17.0 releases of Geth. Geth maintainers recommend rotating the node key after applying the upgrade, which can be done by removing the file `<datadir>/geth/nodekey` before starting Geth.
AI Analysis
Technical Summary
The vulnerability identified as CVE-2026-26315 affects go-ethereum (Geth), the Go language implementation of the Ethereum protocol's execution layer. Specifically, versions prior to 1.16.9 contain a flaw in the ECIES (Elliptic Curve Integrated Encryption Scheme) cryptographic implementation used for peer-to-peer (p2p) node communication. This flaw allows an attacker to observe discrepancies in cryptographic operations that can leak bits of the node's private p2p key. The p2p node key is critical for establishing secure and authenticated connections between Ethereum nodes. Exposure of even partial key material can undermine node identity, enabling attackers to impersonate nodes, disrupt network consensus, or perform man-in-the-middle attacks. The vulnerability is remotely exploitable without requiring authentication or user interaction, increasing its risk profile. The flaw was addressed in Geth versions 1.16.9 and 1.17.0 by correcting the ECIES implementation. The Geth maintainers recommend that after upgrading, operators rotate their node keys by deleting the existing nodekey file located at <datadir>/geth/nodekey to prevent continued use of potentially compromised keys. No public exploits have been reported to date, but the medium CVSS score of 6.9 reflects the moderate impact and ease of exploitation. This vulnerability falls under CWE-203, which relates to observable discrepancies that can leak sensitive information.
Potential Impact
The primary impact of this vulnerability is the potential compromise of the confidentiality and integrity of Ethereum node communications. By extracting bits of the p2p node key, attackers can impersonate legitimate nodes or intercept and manipulate network traffic. This can lead to network partitioning, disruption of consensus mechanisms, or targeted attacks on specific nodes. For organizations running Ethereum infrastructure, such as exchanges, DeFi platforms, or blockchain service providers, this could result in service outages, loss of trust, or financial damage. The vulnerability does not directly affect the blockchain ledger but undermines the security of the network layer, which is critical for reliable operation. Since exploitation requires no authentication and can be performed remotely, the attack surface is broad. However, the absence of known exploits in the wild and the availability of patches reduce immediate risk. Nonetheless, failure to upgrade and rotate keys could expose organizations to medium-level threats that degrade network security and reliability.
Mitigation Recommendations
To mitigate this vulnerability, organizations should promptly upgrade all go-ethereum (Geth) nodes to version 1.16.9 or later, where the ECIES flaw is fixed. After upgrading, it is essential to rotate the node's p2p key by deleting the existing nodekey file located at <datadir>/geth/nodekey before restarting the node. This ensures that any potentially leaked key material is invalidated and replaced with a new secure key. Network monitoring should be enhanced to detect unusual p2p connection patterns or node impersonation attempts. Operators should also review their node access controls and isolate critical nodes to limit exposure. Regularly auditing node software versions and cryptographic configurations will help prevent similar vulnerabilities. Finally, maintaining backups and incident response plans specific to blockchain infrastructure will aid in rapid recovery if exploitation occurs.
Affected Countries
United States, Germany, Switzerland, Singapore, South Korea, Japan, United Kingdom, Netherlands, Canada, Australia
CVE-2026-26315: CWE-203: Observable Discrepancy in ethereum go-ethereum
Description
go-ethereum (Geth) is a golang execution layer implementation of the Ethereum protocol. Prior to version 1.16.9, through a flaw in the ECIES cryptography implementation, an attacker may be able to extract bits of the p2p node key. The issue is resolved in the v1.16.9 and v1.17.0 releases of Geth. Geth maintainers recommend rotating the node key after applying the upgrade, which can be done by removing the file `<datadir>/geth/nodekey` before starting Geth.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability identified as CVE-2026-26315 affects go-ethereum (Geth), the Go language implementation of the Ethereum protocol's execution layer. Specifically, versions prior to 1.16.9 contain a flaw in the ECIES (Elliptic Curve Integrated Encryption Scheme) cryptographic implementation used for peer-to-peer (p2p) node communication. This flaw allows an attacker to observe discrepancies in cryptographic operations that can leak bits of the node's private p2p key. The p2p node key is critical for establishing secure and authenticated connections between Ethereum nodes. Exposure of even partial key material can undermine node identity, enabling attackers to impersonate nodes, disrupt network consensus, or perform man-in-the-middle attacks. The vulnerability is remotely exploitable without requiring authentication or user interaction, increasing its risk profile. The flaw was addressed in Geth versions 1.16.9 and 1.17.0 by correcting the ECIES implementation. The Geth maintainers recommend that after upgrading, operators rotate their node keys by deleting the existing nodekey file located at <datadir>/geth/nodekey to prevent continued use of potentially compromised keys. No public exploits have been reported to date, but the medium CVSS score of 6.9 reflects the moderate impact and ease of exploitation. This vulnerability falls under CWE-203, which relates to observable discrepancies that can leak sensitive information.
Potential Impact
The primary impact of this vulnerability is the potential compromise of the confidentiality and integrity of Ethereum node communications. By extracting bits of the p2p node key, attackers can impersonate legitimate nodes or intercept and manipulate network traffic. This can lead to network partitioning, disruption of consensus mechanisms, or targeted attacks on specific nodes. For organizations running Ethereum infrastructure, such as exchanges, DeFi platforms, or blockchain service providers, this could result in service outages, loss of trust, or financial damage. The vulnerability does not directly affect the blockchain ledger but undermines the security of the network layer, which is critical for reliable operation. Since exploitation requires no authentication and can be performed remotely, the attack surface is broad. However, the absence of known exploits in the wild and the availability of patches reduce immediate risk. Nonetheless, failure to upgrade and rotate keys could expose organizations to medium-level threats that degrade network security and reliability.
Mitigation Recommendations
To mitigate this vulnerability, organizations should promptly upgrade all go-ethereum (Geth) nodes to version 1.16.9 or later, where the ECIES flaw is fixed. After upgrading, it is essential to rotate the node's p2p key by deleting the existing nodekey file located at <datadir>/geth/nodekey before restarting the node. This ensures that any potentially leaked key material is invalidated and replaced with a new secure key. Network monitoring should be enhanced to detect unusual p2p connection patterns or node impersonation attempts. Operators should also review their node access controls and isolate critical nodes to limit exposure. Regularly auditing node software versions and cryptographic configurations will help prevent similar vulnerabilities. Finally, maintaining backups and incident response plans specific to blockchain infrastructure will aid in rapid recovery if exploitation occurs.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-13T16:27:51.807Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69978157d7880ec89b34978b
Added to database: 2/19/2026, 9:32:07 PM
Last enriched: 2/28/2026, 2:46:46 PM
Last updated: 4/6/2026, 8:58:09 PM
Views: 48
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.