VYPR

crates.io package

mio

pkg:cargo/mio

Vulnerabilities (2)

  • CVE-2024-27308Mar 6, 2024
    affected >= 0.7.2, < 0.8.11fixed 0.8.11

    Mio is a Metal I/O library for Rust. When using named pipes on Windows, mio will under some circumstances return invalid tokens that correspond to named pipes that have already been deregistered from the mio registry. The impact of this vulnerability depends on how mio is used. F

  • CVE-2020-35922Dec 31, 2020
    affected >= 0.7.0, < 0.7.6fixed 0.7.6

    An issue was discovered in the mio crate before 0.7.6 for Rust. It has false expectations about the std::net::SocketAddr memory representation.