RUSTSEC-2020-0143
on 2020-12-25: Queues allow non-Send types to be sent to other threads, allowing data races
This crate has no reviews yet. To add a review, set up your cargo-crev
.
Crates in the crates.io registry are tarball snapshots uploaded by crates' publishers. The registry is not using crates' git repositories. There is absolutely no guarantee that the repository URL declared by the crate belongs to the crate, or that the code in the repository is the code inside the published tarball.
To review the actual code of the crate, it's best to use cargo crev open multiqueue
. Alternatively, you can download the tarball of multiqueue v0.3.2 or view the source online.
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.
CVE-2020-36463
GHSA-jf43-3v8j-qwwr
GHSA-r2x6-vrxx-jgv4