FlawAtlas
Search the atlas
CVE-2025-24883 High

Go Ethereum vulnerable to DoS via malicious p2p message in github.com/ethereum/go-ethereum

Go Ethereum vulnerable to DoS via malicious p2p message in github.com/ethereum/go-ethereum

Exploit probability 0.7%
Published February 4, 2025
Required by Not available
Last source change March 3, 2026

02 / AFFECTED SOFTWARE

Affected packages

Unknown Unknown

5 explicit affected versions

Go github.com/ethereum/go-ethereum
Go github.com/ethereum/go-ethereum

03 / CONNECTIONS

Connected vulnerabilities

04 / EVIDENCE

Source records

Open Source Vulnerabilities CVE-2025-24883

go-ethereum (geth) is a golang execution layer implementation of the Ethereum protocol. A vulnerable node can be forced to shutdown/crash using a specially crafted message. This vulnerability is fixed in 1.14.13.

View original source
Open Source Vulnerabilities GO-2025-3436

Go Ethereum vulnerable to DoS via malicious p2p message in github.com/ethereum/go-ethereum

View original source
Open Source Vulnerabilities GHSA-q26p-9cq4-7fc2

### Impact A vulnerable node can be forced to shutdown/crash using a specially crafted message. During the peer-to-peer connection handshake, a shared secret key is computed. The implementation did not verify whether the EC public key provided by the remote party is a valid point on the secp256k1 curve. By simply sending an all-zero public key, a crash could be induced due to unexpected results from the handshake. The issue was fixed by adding a curve point validity check in https://github.com/ethereum/go-ethereum/commit/159fb1a1db551c544978dc16a5568a4730b4abf3 ### Patches A fix has been included in geth version 1.14.13 and onwards. ### Workarounds Unfortunately, no workaround is available. ### Credits This issue was originally reported to Polygon Security by David Matosse (@iam-ned).

View original source

05 / REFERENCES

Further evidence