An issue was discovered in the scottqueue crate through 2020-11-15 for Rust. There are unconditional implementations of Send and Sync for Queue<T>. This allows (1) creating data races to a T: !Sync
and (2) sending T: !Send
to other threads, resulting in memory corruption or other undefined behavior.
{ "nvd_published_at": "2021-08-08T06:15:00Z", "github_reviewed_at": "2021-08-18T20:26:07Z", "severity": "HIGH", "github_reviewed": true, "cwe_ids": [ "CWE-362" ] }