mimblewimble / grin

Minimal implementation of the Mimblewimble protocol.
https://grin.mw/
Apache License 2.0
5.04k stars 992 forks source link

Potential P2P Bandwidth attack #3744

Open yeastplume opened 1 year ago

yeastplume commented 1 year ago

Logging and taking note of a potential attack reported to dogecoin that could result in an attacker causing a node to use excessive bandwidth:

https://github.com/dogecoin/dogecoin/issues/3243

While this attack can be more generalized to P2P systems as opposed to anything Grin-specific, it's still something we'll want to mitigate, particularly for PIBD requests. We'll continue to monitor the original issue and consider what mitigations might be feasible.