Vulnerabilities (CVE)

Filtered by vendor Mio Project
Filtered by product Mio
Angry Yack Logo
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-27308 2 Mio Project, Tokio 2 Mio, Tokio 2025-12-04 N/A 7.5 HIGH
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. For some applications, invalid tokens may be ignored or cause a warning or a crash. On the other hand, for applications that store pointers in the tokens, this vulnerability may result in a use-after-free. For users of To ...

Show More

CVE-2020-35922 1 Mio Project 1 Mio 2024-11-21 2.1 LOW 5.5 MEDIUM
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.