Lucene search

K
osvGoogleOSV:GHSA-FG7R-2G4J-5CGR
HistoryJan 06, 2022 - 10:04 p.m.

Race Condition in tokio

2022-01-0622:04:37
Google
osv.dev
41

0.002 Low

EPSS

Percentile

59.6%

If a tokio::sync::oneshot channel is closed (via the oneshot::Receiver::close method), a data race may occur if the oneshot::Sender::send method is called while the corresponding oneshot::Receiver is awaited or calling try_recv.

When these methods are called concurrently on a closed channel, the two halves of the channel can concurrently access a shared memory location, resulting in a data race. This has been observed to cause memory corruption.

Note that the race only occurs when both halves of the channel are used after the Receiver half has called close. Code where close is not used, or where the Receiver is not awaited and try_recv is not called after calling close, is not affected.

CPENameOperatorVersion
tokioge0.1.14
tokioge1.9.0
tokiolt1.8.4
tokiolt1.13.1

0.002 Low

EPSS

Percentile

59.6%