Lucene search

K
rustsecRustsecRUSTSEC-2020-0143
HistoryDec 25, 2020 - 12:00 p.m.

Queues allow non-Send types to be sent to other threads, allowing data races

2020-12-2512:00:00
rustsec.org
8
queue
non-send types
data race vulnerabilities
undefined behavior

EPSS

0.002

Percentile

58.8%

Affected versions of this crate unconditionally implemented Send for types used in queue implementations (InnerSend<RW, T>, InnerRecv<RW, T>, FutInnerSend<RW, T>, FutInnerRecv<RW, T>).

This allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior.

EPSS

0.002

Percentile

58.8%

Related for RUSTSEC-2020-0143