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

fake IPs gossip problem #17

Open
przemyslaw opened this issue Jun 5, 2024 · 0 comments
Open

fake IPs gossip problem #17

przemyslaw opened this issue Jun 5, 2024 · 0 comments

Comments

@przemyslaw
Copy link
Collaborator

przemyslaw commented Jun 5, 2024

To ensure Casper is safeguarded from potential misuse, it's important to address vulnerabilities associated with blockchain software gossip. Specifically, there needs to be robust mechanisms to prevent the propagation of fake IP addresses among nodes, which was notably exploited during the attack on Solana.

Background:

During the Solana attack, malicious actors gossiped fake IP addresses, causing nodes to attempt peering with these false addresses.
The attack predominantly involved IP addresses of major banks which led to significant complaints from these corporations.
As a result, provider had to take severe measures, including removing Solana validators from their facilities.

Problem:

Similar attacks can be replicated on other blockchain platforms, possibly on Casper, posing a risk.

Proposed Solution:

  • Check if similar attack can be performed on Casper Network
  • Check if any mechanism preventing such behavior are present
  • If there aren't any - propose a solution (detect/filter out fake IP addresses, implement rate limiting or similar)
@przemyslaw przemyslaw changed the title fake IPs gossip filtering fake IPs gossip problem Jun 12, 2024
wojcik91 pushed a commit that referenced this issue Oct 9, 2024
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

No branches or pull requests

1 participant