-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Remote segfault in gossip #8873
Comments
|
https://crates.io/crates/bv is full of unsafe, https://github.com/tov/bv-rs/search?q=unsafe&type=
Line 17 in 5481d1a
which blows up in here: solana/core/src/crds_gossip_pull.rs Line 307 in fa00803
at Line 72 in fa00803
because pos = 17758251168553335
|
We might be able to apply some limited_deserialize() on our Lines 14 to 20 in fa00803
An upstream fix in BitVec is probably a better longer-term solution |
Fix coming in via #8952 |
Just to be sure, I've confirmed the vulnerability no longer exists after #8955. So closing now. |
Problem
Sending this packet to the gossip port segfaults solana-validator:
844217987-8152.txt
Proposed Solution
Dunno
The text was updated successfully, but these errors were encountered: