magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
722 stars 78 forks source link

RUSTSEC-2019-0037: Compiler optimisation for next_with_timeout in pnet::transport::IcmpTransportChannelIterator flaws to SEGFAULT #100

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Compiler optimisation for next_with_timeout in pnet::transport::IcmpTransportChannelIterator flaws to SEGFAULT

Details
Package pnet
Version 0.26.0
URL https://github.com/libpnet/libpnet/issues/449
Date 2019-06-11
Patched versions >=0.27.2

Affected versions of this crate were optimized out by compiler, which caused dereference of uninitialized file descriptor which caused segfault.

See advisory page for additional details.