Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: eth/protocols/snap, trie: better error-handling #14

Merged
merged 1 commit into from Apr 11, 2022

Conversation

yasyzb
Copy link

@yasyzb yasyzb commented Apr 11, 2022

Description

This PR cherry-pock the DoS vulnerabilities fixed in go-ethereum v1.10.9.

Rationale

A vulnerable node is susceptible to crash when processing a maliciously crafted message from a peer, via the snap/1 protocol. The crash can be triggered by sending a malicious snap/1 GetTrieNodes package.

More details please check the report and the ethereum/go-ethereum#23657

Example

None

Related issues

ethereum/go-ethereum#23657

@yasyzb yasyzb changed the base branch from main to develop April 11, 2022 05:51
@yasyzb yasyzb merged commit 58b69bc into develop Apr 11, 2022
@yasyzb yasyzb deleted the bugfix/error-handling branch April 11, 2022 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant