Lucene search

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

may_queue's Queue lacks Send/Sync bound for its Send/Sync trait.

2020-11-1012:00:00
rustsec.org
10
may_queue
queue
send
sync
trait
versions
`send`able types
`sync`able types
cell
memory corruption
concurrent programs

EPSS

0.002

Percentile

52.9%

Affected versions of may_queue implements Send/Sync for its Queue type without restricting it to Sendable types and Syncable types.

This allows non-Sync types such as Cell to be shared across threads leading to undefined behavior and memory corruption in concurrent programs.

EPSS

0.002

Percentile

52.9%

Related for RUSTSEC-2020-0111