CVE-2024-27308

7.5 HIGH
Published: March 06, 2024 Modified: December 04, 2025

Description

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 Tokio, this vulnerability is serious and can result in a use-after-free in Tokio. The vulnerability is Windows-specific, and can only happen if you are using named pipes. Other IO resources are not affected. This vulnerability has been fixed in mio v0.8.11. All versions of mio between v0.7.2 and v0.8.10 are vulnerable. Tokio is vulnerable when you are using a vulnerable version of mio AND you are using at least Tokio v1.30.0. Versions of Tokio prior to v1.30.0 will ignore invalid tokens, so they are not vulnerable. Vulnerable libraries that use mio can work around this issue by detecting and ignoring invalid tokens.

AI Explanation

Get an AI-powered plain-language explanation of this vulnerability and remediation steps.

Login to generate AI explanation

CVSS v3.x Details

0.0 Low Medium High Critical 10.0
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

References to Advisories, Solutions, and Tools

Patch Vendor Advisory Exploit Third Party Advisory
https://github.com/tokio-rs/mio/pull/1760
Source: security-advisories@github.com
Issue Tracking
https://github.com/tokio-rs/mio/security/advisories/GHSA-r8w9-5wcg-vfj7
Source: security-advisories@github.com
Vendor Advisory
https://github.com/tokio-rs/tokio/issues/6369
Source: security-advisories@github.com
Issue Tracking
https://github.com/tokio-rs/mio/pull/1760
Source: af854a3a-2127-422b-91ae-364da2661108
Issue Tracking
https://github.com/tokio-rs/mio/security/advisories/GHSA-r8w9-5wcg-vfj7
Source: af854a3a-2127-422b-91ae-364da2661108
Vendor Advisory
https://github.com/tokio-rs/tokio/issues/6369
Source: af854a3a-2127-422b-91ae-364da2661108
Issue Tracking

8 reference(s) from NVD

Quick Stats

CVSS v3 Score
7.5 / 10.0
EPSS (Exploit Probability)
0.7%
72th percentile
Exploitation Status
Not in CISA KEV

Weaknesses (CWE)

Affected Vendors

mio_project tokio