-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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: