You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solana-gossip standard tools allow you to compromise validators and carry out DDoS \ DoS attacks by spoofing the source IP. Multiple solana-gossip instances running with different validator-keys for 1 ip will cause a huge traffic flow. The owner of the IP will receive a lot of UDP traffic, which can be regarded as a DDoS attack. The victim can send abuse to the attackers (validators) IP, as a result of which the hosting provider will block the rented servers.
Impact to TdS and MB
Problem
Solana-gossip standard tools allow you to compromise validators and carry out DDoS \ DoS attacks by spoofing the source IP. Multiple
solana-gossip
instances running with different validator-keys for 1 ip will cause a huge traffic flow. The owner of the IP will receive a lot of UDP traffic, which can be regarded as a DDoS attack. The victim can send abuse to the attackers (validators) IP, as a result of which the hosting provider will block the rented servers.Impact to TdS and MB
solana-gossip spy --gossip-host {victim_ip} --entrypoint testnet.solana.com:8001 -i random-validator-key.json -E 999
also using this you can overload any of Solana's validators
Found in TdS Stage #10
Proposed Solution
Source ip pre-check by establishing TCP connection
The text was updated successfully, but these errors were encountered: