Lucene search

K
rustsecRustsecRUSTSEC-2020-0137
HistoryNov 10, 2020 - 12:00 p.m.

AtomicBox<T> lacks bound on its Send and Sync traits allowing data races

2020-11-1012:00:00
rustsec.org
9

0.002 Low

EPSS

Percentile

58.8%

AtomicBox&lt;T&gt; is a Box type designed to be used across threads, however, it
implements the Send and Sync traits for all types T.

This allows non-Send types such as Rc and non-Sync types such as Cell to
be used across thread boundaries which can trigger undefined behavior and
memory corruption.

CPENameOperatorVersion
leverlt0.1.1

0.002 Low

EPSS

Percentile

58.8%

Related for RUSTSEC-2020-0137