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.
{ "nvd_published_at": "2021-08-08T06:15:00Z", "cwe_ids": [ "CWE-362", "CWE-77" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-08-18T20:19:09Z" }