CVE-2026-26315
EPSS 0.03%Go Ethereum Improperly Validates the ECIES Public Key in RLPx Handshake
Published: 2/18/2026Modified: 2/28/2026
Description
### Impact Through a flaw in the ECIES cryptography implementation, an attacker may be able to extract bits of the p2p node key. ### Patches The issue is resolved in the v1.16.9 and v1.17.0 releases of Geth. We recommend rotating the node key after applying the upgrade, which can be done by removing the file `<datadir>/geth/nodekey` before starting Geth. ### Credit The issue was reported as a public pull request to go-ethereum by @fengjian.
Affected packages (2)
- Go/github.com/ethereum/go-ethereumfrom 0, < 1.16.9
- Go/github.com/ethereum/go-ethereumfrom 0, < 1.16.9
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N |
References (7)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2026-26315
- PATCHhttps://github.com/ethereum/go-ethereum
- WEBhttps://github.com/ethereum/go-ethereum/commit/46bee92f9e64c0a06a12586a5d21cffc49d1ba8e
- WEBhttps://github.com/ethereum/go-ethereum/pull/33669
- WEBhttps://github.com/ethereum/go-ethereum/releases/tag/v1.16.9
- WEBhttps://github.com/ethereum/go-ethereum/security/advisories/GHSA-m6j8-rg6r-7mv8
- WEBhttps://pkg.go.dev/vuln/GO-2026-4511