mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-13 21:18:11 +01:00
631 B
631 B
[advisory]
id = "RUSTSEC-2019-0037"
package = "pnet"
categories = ["memory-corruption"]
cvss = "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H"
date = "2019-06-11"
keywords = ["segfault"]
url = "https://github.com/libpnet/libpnet/issues/449"
[affected.functions]
"pnet::transport::IcmpTransportChannelIterator" = ["< 0.27.2"]
[versions]
patched = [">= 0.27.2"]
Compiler optimisation for next_with_timeout in pnet::transport::IcmpTransportChannelIterator flaws to SEGFAULT
Affected versions of this crate were optimized out by compiler, which caused dereference of uninitialized file descriptor which caused segfault.