VYPR

crates.io package

futures-util

pkg:cargo/futures-util

Vulnerabilities (2)

  • CVE-2020-35905Dec 31, 2020
    affected >= 0.3.2, < 0.3.7fixed 0.3.7

    An issue was discovered in the futures-util crate before 0.3.7 for Rust. MutexGuard::map can cause a data race for certain closure situations (in safe code).

  • CVE-2020-35908Dec 31, 2020
    affected >= 0.3.0, < 0.3.2fixed 0.3.2

    An issue was discovered in the futures-util crate before 0.3.2 for Rust. FuturesUnordered can lead to data corruption because Sync is mishandled.